
src.dataproc.v1beta2.GetAutoscalingPolicyResult.scala Maven / Gradle / Ivy
package besom.api.googlenative.dataproc.v1beta2
final case class GetAutoscalingPolicyResult private(
basicAlgorithm: besom.api.googlenative.dataproc.v1beta2.outputs.BasicAutoscalingAlgorithmResponse,
name: String,
secondaryWorkerConfig: besom.api.googlenative.dataproc.v1beta2.outputs.InstanceGroupAutoscalingPolicyConfigResponse,
workerConfig: besom.api.googlenative.dataproc.v1beta2.outputs.InstanceGroupAutoscalingPolicyConfigResponse
)
object GetAutoscalingPolicyResult :
given decoder(using besom.types.Context): besom.types.Decoder[GetAutoscalingPolicyResult] =
besom.internal.Decoder.derived[GetAutoscalingPolicyResult]
given outputOps: {} with
extension(output: besom.types.Output[GetAutoscalingPolicyResult])
def basicAlgorithm : besom.types.Output[besom.api.googlenative.dataproc.v1beta2.outputs.BasicAutoscalingAlgorithmResponse] = output.map(_.basicAlgorithm)
def name : besom.types.Output[String] = output.map(_.name)
def secondaryWorkerConfig : besom.types.Output[besom.api.googlenative.dataproc.v1beta2.outputs.InstanceGroupAutoscalingPolicyConfigResponse] = output.map(_.secondaryWorkerConfig)
def workerConfig : besom.types.Output[besom.api.googlenative.dataproc.v1beta2.outputs.InstanceGroupAutoscalingPolicyConfigResponse] = output.map(_.workerConfig)
given optionOutputOps: {} with
extension(output: besom.types.Output[scala.Option[GetAutoscalingPolicyResult]])
def basicAlgorithm : besom.types.Output[scala.Option[besom.api.googlenative.dataproc.v1beta2.outputs.BasicAutoscalingAlgorithmResponse]] = output.map(_.map(_.basicAlgorithm))
def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
def secondaryWorkerConfig : besom.types.Output[scala.Option[besom.api.googlenative.dataproc.v1beta2.outputs.InstanceGroupAutoscalingPolicyConfigResponse]] = output.map(_.map(_.secondaryWorkerConfig))
def workerConfig : besom.types.Output[scala.Option[besom.api.googlenative.dataproc.v1beta2.outputs.InstanceGroupAutoscalingPolicyConfigResponse]] = output.map(_.map(_.workerConfig))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy