Class ClouddeployAutomationSelectorTargets.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.clouddeploy_automation.ClouddeployAutomationSelectorTargets.Jsii$Proxy
-
- All Implemented Interfaces:
ClouddeployAutomationSelectorTargets,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClouddeployAutomationSelectorTargets
@Stability(Stable) @Internal public static final class ClouddeployAutomationSelectorTargets.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClouddeployAutomationSelectorTargets
An implementation forClouddeployAutomationSelectorTargets
-
-
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_automation.ClouddeployAutomationSelectorTargets
ClouddeployAutomationSelectorTargets.Builder, ClouddeployAutomationSelectorTargets.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClouddeployAutomationSelectorTargets.Builder builder)Constructor that initializes the object based on literal property values passed by theClouddeployAutomationSelectorTargets.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)StringgetId()ID of the 'Target'.Map<String,String>getLabels()Target labels.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(ClouddeployAutomationSelectorTargets.Builder builder)
Constructor that initializes the object based on literal property values passed by theClouddeployAutomationSelectorTargets.Builder.
-
-
Method Detail
-
getId
public final String getId()
Description copied from interface:ClouddeployAutomationSelectorTargetsID of the 'Target'.The value of this field could be one of the following: * The last segment of a target name. It only needs the ID to determine which target is being referred to * "*", all targets in a location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#id ClouddeployAutomation#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceClouddeployAutomationSelectorTargets
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:ClouddeployAutomationSelectorTargetsTarget labels.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#labels ClouddeployAutomation#labels}
- Specified by:
getLabelsin interfaceClouddeployAutomationSelectorTargets
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-