Interface ComputeInstanceNetworkInterfaceAliasIpRange
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceNetworkInterfaceAliasIpRange.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.471Z") @Stability(Stable) public interface ComputeInstanceNetworkInterfaceAliasIpRange extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceNetworkInterfaceAliasIpRange.BuilderA builder forComputeInstanceNetworkInterfaceAliasIpRangestatic classComputeInstanceNetworkInterfaceAliasIpRange.Jsii$ProxyAn implementation forComputeInstanceNetworkInterfaceAliasIpRange
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeInstanceNetworkInterfaceAliasIpRange.Builderbuilder()StringgetIpCidrRange()The IP CIDR range represented by this alias IP range.default StringgetSubnetworkRangeName()The subnetwork secondary range name specifying the secondary range from which to allocate the IP CIDR range for this alias IP range.
-
-
-
Method Detail
-
getIpCidrRange
@Stability(Stable) @NotNull String getIpCidrRange()
The IP CIDR range represented by this alias IP range.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#ip_cidr_range ComputeInstance#ip_cidr_range}
-
getSubnetworkRangeName
@Stability(Stable) @Nullable default String getSubnetworkRangeName()
The subnetwork secondary range name specifying the secondary range from which to allocate the IP CIDR range for this alias IP range.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#subnetwork_range_name ComputeInstance#subnetwork_range_name}
-
builder
@Stability(Stable) static ComputeInstanceNetworkInterfaceAliasIpRange.Builder builder()
-
-