Interface VmwareengineExternalAccessRuleDestinationIpRanges
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VmwareengineExternalAccessRuleDestinationIpRanges.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:23.006Z") @Stability(Stable) public interface VmwareengineExternalAccessRuleDestinationIpRanges extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVmwareengineExternalAccessRuleDestinationIpRanges.BuilderA builder forVmwareengineExternalAccessRuleDestinationIpRangesstatic classVmwareengineExternalAccessRuleDestinationIpRanges.Jsii$ProxyAn implementation forVmwareengineExternalAccessRuleDestinationIpRanges
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VmwareengineExternalAccessRuleDestinationIpRanges.Builderbuilder()default StringgetExternalAddress()The name of an 'ExternalAddress' resource.default StringgetIpAddressRange()An IP address range in the CIDR format.
-
-
-
Method Detail
-
getExternalAddress
@Stability(Stable) @Nullable default String getExternalAddress()
The name of an 'ExternalAddress' resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#external_address VmwareengineExternalAccessRule#external_address}
-
getIpAddressRange
@Stability(Stable) @Nullable default String getIpAddressRange()
An IP address range in the CIDR format.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#ip_address_range VmwareengineExternalAccessRule#ip_address_range}
-
builder
@Stability(Stable) static VmwareengineExternalAccessRuleDestinationIpRanges.Builder builder()
-
-