
src.vmwareengine.v1.GetPrivateCloudHcxActivationKeyIamPolicyArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.vmwareengine.v1
final case class GetPrivateCloudHcxActivationKeyIamPolicyArgs private(
hcxActivationKeyId: besom.types.Output[String],
location: besom.types.Output[String],
optionsRequestedPolicyVersion: besom.types.Output[scala.Option[Int]],
privateCloudId: besom.types.Output[String],
project: besom.types.Output[scala.Option[String]]
)
object GetPrivateCloudHcxActivationKeyIamPolicyArgs:
def apply(
hcxActivationKeyId: besom.types.Input[String],
location: besom.types.Input[String],
optionsRequestedPolicyVersion: besom.types.Input.Optional[Int] = scala.None,
privateCloudId: besom.types.Input[String],
project: besom.types.Input.Optional[String] = scala.None
)(using besom.types.Context): GetPrivateCloudHcxActivationKeyIamPolicyArgs =
new GetPrivateCloudHcxActivationKeyIamPolicyArgs(
hcxActivationKeyId = hcxActivationKeyId.asOutput(isSecret = false),
location = location.asOutput(isSecret = false),
optionsRequestedPolicyVersion = optionsRequestedPolicyVersion.asOptionOutput(isSecret = false),
privateCloudId = privateCloudId.asOutput(isSecret = false),
project = project.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetPrivateCloudHcxActivationKeyIamPolicyArgs] =
besom.internal.Encoder.derived[GetPrivateCloudHcxActivationKeyIamPolicyArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetPrivateCloudHcxActivationKeyIamPolicyArgs] =
besom.internal.ArgsEncoder.derived[GetPrivateCloudHcxActivationKeyIamPolicyArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy