Class ClouddeployDeliveryPipelineSerialPipelineStages.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.clouddeploy_delivery_pipeline.ClouddeployDeliveryPipelineSerialPipelineStages.Jsii$Proxy
-
- All Implemented Interfaces:
ClouddeployDeliveryPipelineSerialPipelineStages,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClouddeployDeliveryPipelineSerialPipelineStages
@Stability(Stable) @Internal public static final class ClouddeployDeliveryPipelineSerialPipelineStages.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClouddeployDeliveryPipelineSerialPipelineStages
An implementation forClouddeployDeliveryPipelineSerialPipelineStages
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.clouddeploy_delivery_pipeline.ClouddeployDeliveryPipelineSerialPipelineStages
ClouddeployDeliveryPipelineSerialPipelineStages.Builder, ClouddeployDeliveryPipelineSerialPipelineStages.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClouddeployDeliveryPipelineSerialPipelineStages.Builder builder)Constructor that initializes the object based on literal property values passed by theClouddeployDeliveryPipelineSerialPipelineStages.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetDeployParameters()deploy_parameters block.List<String>getProfiles()Skaffold profiles to use when rendering the manifest for this stage'sTarget.ClouddeployDeliveryPipelineSerialPipelineStagesStrategygetStrategy()strategy block.StringgetTargetId()The target_id to which this stage points.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ClouddeployDeliveryPipelineSerialPipelineStages.Builder builder)
Constructor that initializes the object based on literal property values passed by theClouddeployDeliveryPipelineSerialPipelineStages.Builder.
-
-
Method Detail
-
getDeployParameters
public final Object getDeployParameters()
Description copied from interface:ClouddeployDeliveryPipelineSerialPipelineStagesdeploy_parameters block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#deploy_parameters ClouddeployDeliveryPipeline#deploy_parameters}
- Specified by:
getDeployParametersin interfaceClouddeployDeliveryPipelineSerialPipelineStages
-
getProfiles
public final List<String> getProfiles()
Description copied from interface:ClouddeployDeliveryPipelineSerialPipelineStagesSkaffold profiles to use when rendering the manifest for this stage'sTarget.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#profiles ClouddeployDeliveryPipeline#profiles}
- Specified by:
getProfilesin interfaceClouddeployDeliveryPipelineSerialPipelineStages
-
getStrategy
public final ClouddeployDeliveryPipelineSerialPipelineStagesStrategy getStrategy()
Description copied from interface:ClouddeployDeliveryPipelineSerialPipelineStagesstrategy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#strategy ClouddeployDeliveryPipeline#strategy}
- Specified by:
getStrategyin interfaceClouddeployDeliveryPipelineSerialPipelineStages
-
getTargetId
public final String getTargetId()
Description copied from interface:ClouddeployDeliveryPipelineSerialPipelineStagesThe target_id to which this stage points.This field refers exclusively to the last segment of a target name. For example, this field would just be `my-target` (rather than `projects/project/locations/location/targets/my-target`). The location of the `Target` is inferred to be the same as the location of the `DeliveryPipeline` that contains this `Stage`. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#target_id ClouddeployDeliveryPipeline#target_id}
- Specified by:
getTargetIdin interfaceClouddeployDeliveryPipelineSerialPipelineStages
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-