Interface VmwareenginePrivateCloudNetworkConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VmwareenginePrivateCloudNetworkConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:23.031Z") @Stability(Stable) public interface VmwareenginePrivateCloudNetworkConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVmwareenginePrivateCloudNetworkConfig.BuilderA builder forVmwareenginePrivateCloudNetworkConfigstatic classVmwareenginePrivateCloudNetworkConfig.Jsii$ProxyAn implementation forVmwareenginePrivateCloudNetworkConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VmwareenginePrivateCloudNetworkConfig.Builderbuilder()StringgetManagementCidr()Management CIDR used by VMware management appliances.default StringgetVmwareEngineNetwork()The relative resource name of the VMware Engine network attached to the private cloud.
-
-
-
Method Detail
-
getManagementCidr
@Stability(Stable) @NotNull String getManagementCidr()
Management CIDR used by VMware management appliances.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#management_cidr VmwareenginePrivateCloud#management_cidr}
-
getVmwareEngineNetwork
@Stability(Stable) @Nullable default String getVmwareEngineNetwork()
The relative resource name of the VMware Engine network attached to the private cloud.Specify the name in the following form: projects/{project}/locations/{location}/vmwareEngineNetworks/{vmwareEngineNetworkId} where {project} can either be a project number or a project ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#vmware_engine_network VmwareenginePrivateCloud#vmware_engine_network}
-
builder
@Stability(Stable) static VmwareenginePrivateCloudNetworkConfig.Builder builder()
-
-