Interface AccessContextManagerAccessLevelBasicConditionsVpcNetworkSourcesVpcSubnetwork
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessContextManagerAccessLevelBasicConditionsVpcNetworkSourcesVpcSubnetwork.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.043Z") @Stability(Stable) public interface AccessContextManagerAccessLevelBasicConditionsVpcNetworkSourcesVpcSubnetwork extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAccessContextManagerAccessLevelBasicConditionsVpcNetworkSourcesVpcSubnetwork.Builderstatic classAccessContextManagerAccessLevelBasicConditionsVpcNetworkSourcesVpcSubnetwork.Jsii$ProxyAn implementation forAccessContextManagerAccessLevelBasicConditionsVpcNetworkSourcesVpcSubnetwork
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AccessContextManagerAccessLevelBasicConditionsVpcNetworkSourcesVpcSubnetwork.Builderbuilder()StringgetNetwork()Required.default List<String>getVpcIpSubnetworks()CIDR block IP subnetwork specification.
-
-
-
Method Detail
-
getNetwork
@Stability(Stable) @NotNull String getNetwork()
Required.Network name to be allowed by this Access Level. Networks of foreign organizations requires 'compute.network.get' permission to be granted to caller. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#network AccessContextManagerAccessLevel#network}
-
getVpcIpSubnetworks
@Stability(Stable) @Nullable default List<String> getVpcIpSubnetworks()
CIDR block IP subnetwork specification. Must be IPv4.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#vpc_ip_subnetworks AccessContextManagerAccessLevel#vpc_ip_subnetworks}
-
builder
@Stability(Stable) static AccessContextManagerAccessLevelBasicConditionsVpcNetworkSourcesVpcSubnetwork.Builder builder()
-
-