Class WorkbenchInstanceGceSetupNetworkInterfaces.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.workbench_instance.WorkbenchInstanceGceSetupNetworkInterfaces.Jsii$Proxy
-
- All Implemented Interfaces:
WorkbenchInstanceGceSetupNetworkInterfaces,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- WorkbenchInstanceGceSetupNetworkInterfaces
@Stability(Stable) @Internal public static final class WorkbenchInstanceGceSetupNetworkInterfaces.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WorkbenchInstanceGceSetupNetworkInterfaces
An implementation forWorkbenchInstanceGceSetupNetworkInterfaces
-
-
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.workbench_instance.WorkbenchInstanceGceSetupNetworkInterfaces
WorkbenchInstanceGceSetupNetworkInterfaces.Builder, WorkbenchInstanceGceSetupNetworkInterfaces.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(WorkbenchInstanceGceSetupNetworkInterfaces.Builder builder)Constructor that initializes the object based on literal property values passed by theWorkbenchInstanceGceSetupNetworkInterfaces.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)ObjectgetAccessConfigs()access_configs block.StringgetNetwork()Optional.StringgetNicType()Optional.StringgetSubnet()Optional.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(WorkbenchInstanceGceSetupNetworkInterfaces.Builder builder)
Constructor that initializes the object based on literal property values passed by theWorkbenchInstanceGceSetupNetworkInterfaces.Builder.
-
-
Method Detail
-
getAccessConfigs
public final Object getAccessConfigs()
Description copied from interface:WorkbenchInstanceGceSetupNetworkInterfacesaccess_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#access_configs WorkbenchInstance#access_configs}
- Specified by:
getAccessConfigsin interfaceWorkbenchInstanceGceSetupNetworkInterfaces
-
getNetwork
public final String getNetwork()
Description copied from interface:WorkbenchInstanceGceSetupNetworkInterfacesOptional. The name of the VPC that this VM instance is in.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#network WorkbenchInstance#network}
- Specified by:
getNetworkin interfaceWorkbenchInstanceGceSetupNetworkInterfaces
-
getNicType
public final String getNicType()
Description copied from interface:WorkbenchInstanceGceSetupNetworkInterfacesOptional.The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet. Possible values: ["VIRTIO_NET", "GVNIC"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#nic_type WorkbenchInstance#nic_type}
- Specified by:
getNicTypein interfaceWorkbenchInstanceGceSetupNetworkInterfaces
-
getSubnet
public final String getSubnet()
Description copied from interface:WorkbenchInstanceGceSetupNetworkInterfacesOptional. The name of the subnet that this VM instance is in.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#subnet WorkbenchInstance#subnet}
- Specified by:
getSubnetin interfaceWorkbenchInstanceGceSetupNetworkInterfaces
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-