Interface AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.063Z") @Stability(Stable) public interface AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork.Builderstatic classAccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork.Jsii$ProxyAn implementation forAccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork.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_condition#network AccessContextManagerAccessLevelCondition#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_condition#vpc_ip_subnetworks AccessContextManagerAccessLevelCondition#vpc_ip_subnetworks}
-
builder
@Stability(Stable) static AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork.Builder builder()
-
-