All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.backupdr.v1.GetManagementServerResult.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.backupdr.v1


final case class GetManagementServerResult private(
  createTime: String,
  description: String,
  etag: String,
  labels: scala.Predef.Map[String, String],
  managementUri: besom.api.googlenative.backupdr.v1.outputs.ManagementUriResponse,
  name: String,
  networks: scala.collection.immutable.List[besom.api.googlenative.backupdr.v1.outputs.NetworkConfigResponse],
  oauth2ClientId: String,
  state: String,
  `type`: String,
  updateTime: String,
  workforceIdentityBasedManagementUri: besom.api.googlenative.backupdr.v1.outputs.WorkforceIdentityBasedManagementUriResponse,
  workforceIdentityBasedOauth2ClientId: besom.api.googlenative.backupdr.v1.outputs.WorkforceIdentityBasedOAuth2ClientIdResponse
)
object GetManagementServerResult :

  given decoder(using besom.types.Context): besom.types.Decoder[GetManagementServerResult] =
    besom.internal.Decoder.derived[GetManagementServerResult]



  given outputOps: {} with
    extension(output: besom.types.Output[GetManagementServerResult])
      def createTime : besom.types.Output[String] = output.map(_.createTime)
      def description : besom.types.Output[String] = output.map(_.description)
      def etag : besom.types.Output[String] = output.map(_.etag)
      def labels : besom.types.Output[scala.Predef.Map[String, String]] = output.map(_.labels)
      def managementUri : besom.types.Output[besom.api.googlenative.backupdr.v1.outputs.ManagementUriResponse] = output.map(_.managementUri)
      def name : besom.types.Output[String] = output.map(_.name)
      def networks : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.backupdr.v1.outputs.NetworkConfigResponse]] = output.map(_.networks)
      def oauth2ClientId : besom.types.Output[String] = output.map(_.oauth2ClientId)
      def state : besom.types.Output[String] = output.map(_.state)
      def `type` : besom.types.Output[String] = output.map(_.`type`)
      def updateTime : besom.types.Output[String] = output.map(_.updateTime)
      def workforceIdentityBasedManagementUri : besom.types.Output[besom.api.googlenative.backupdr.v1.outputs.WorkforceIdentityBasedManagementUriResponse] = output.map(_.workforceIdentityBasedManagementUri)
      def workforceIdentityBasedOauth2ClientId : besom.types.Output[besom.api.googlenative.backupdr.v1.outputs.WorkforceIdentityBasedOAuth2ClientIdResponse] = output.map(_.workforceIdentityBasedOauth2ClientId)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetManagementServerResult]])
      def createTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.createTime))
      def description : besom.types.Output[scala.Option[String]] = output.map(_.map(_.description))
      def etag : besom.types.Output[scala.Option[String]] = output.map(_.map(_.etag))
      def labels : besom.types.Output[scala.Option[scala.Predef.Map[String, String]]] = output.map(_.map(_.labels))
      def managementUri : besom.types.Output[scala.Option[besom.api.googlenative.backupdr.v1.outputs.ManagementUriResponse]] = output.map(_.map(_.managementUri))
      def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
      def networks : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.backupdr.v1.outputs.NetworkConfigResponse]]] = output.map(_.map(_.networks))
      def oauth2ClientId : besom.types.Output[scala.Option[String]] = output.map(_.map(_.oauth2ClientId))
      def state : besom.types.Output[scala.Option[String]] = output.map(_.map(_.state))
      def `type` : besom.types.Output[scala.Option[String]] = output.map(_.map(_.`type`))
      def updateTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.updateTime))
      def workforceIdentityBasedManagementUri : besom.types.Output[scala.Option[besom.api.googlenative.backupdr.v1.outputs.WorkforceIdentityBasedManagementUriResponse]] = output.map(_.map(_.workforceIdentityBasedManagementUri))
      def workforceIdentityBasedOauth2ClientId : besom.types.Output[scala.Option[besom.api.googlenative.backupdr.v1.outputs.WorkforceIdentityBasedOAuth2ClientIdResponse]] = output.map(_.map(_.workforceIdentityBasedOauth2ClientId))





© 2015 - 2025 Weber Informatics LLC | Privacy Policy