Interface WorkbenchInstanceGceSetupNetworkInterfaces
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
WorkbenchInstanceGceSetupNetworkInterfaces.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:23.042Z") @Stability(Stable) public interface WorkbenchInstanceGceSetupNetworkInterfaces extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorkbenchInstanceGceSetupNetworkInterfaces.BuilderA builder forWorkbenchInstanceGceSetupNetworkInterfacesstatic classWorkbenchInstanceGceSetupNetworkInterfaces.Jsii$ProxyAn implementation forWorkbenchInstanceGceSetupNetworkInterfaces
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static WorkbenchInstanceGceSetupNetworkInterfaces.Builderbuilder()default ObjectgetAccessConfigs()access_configs block.default StringgetNetwork()Optional.default StringgetNicType()Optional.default StringgetSubnet()Optional.
-
-
-
Method Detail
-
getAccessConfigs
@Stability(Stable) @Nullable default Object getAccessConfigs()
access_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}
-
getNetwork
@Stability(Stable) @Nullable default String getNetwork()
Optional. 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}
-
getNicType
@Stability(Stable) @Nullable default String getNicType()
Optional.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}
-
getSubnet
@Stability(Stable) @Nullable default String getSubnet()
Optional. 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}
-
builder
@Stability(Stable) static WorkbenchInstanceGceSetupNetworkInterfaces.Builder builder()
-
-