Class VpcContextResponse.Jsii$Proxy
- All Implemented Interfaces:
VpcContextResponse,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VpcContextResponse
VpcContextResponse-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cxapi.VpcContextResponse
VpcContextResponse.Builder, VpcContextResponse.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(VpcContextResponse.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theVpcContextResponse.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.Deprecated.(deprecated) AZs.Deprecated.(deprecated) IDs of all isolated subnets.Deprecated.(deprecated) Name of isolated subnet groups.Deprecated.(deprecated) Route Table IDs of isolated subnet groups.final StringDeprecated.(deprecated) The ID of the AWS account that owns the VPC.Deprecated.(deprecated) IDs of all private subnets.Deprecated.(deprecated) Name of private subnet groups.Deprecated.(deprecated) Route Table IDs of private subnet groups.Deprecated.(deprecated) IDs of all public subnets.Deprecated.(deprecated) Name of public subnet groups.Deprecated.(deprecated) Route Table IDs of public subnet groups.final StringDeprecated.(deprecated) The region in which the VPC is in.final List<VpcSubnetGroup> Deprecated.(deprecated) The subnet groups discovered for the given VPC.final StringDeprecated.(deprecated) VPC cidr.final StringgetVpcId()Deprecated.(deprecated) VPC id.final StringDeprecated.(deprecated) The VPN gateway ID.final inthashCode()Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theVpcContextResponse.Builder.
-
-
Method Details
-
getAvailabilityZones
Deprecated.Description copied from interface:VpcContextResponse(deprecated) AZs.- Specified by:
getAvailabilityZonesin interfaceVpcContextResponse
-
getVpcId
Deprecated.Description copied from interface:VpcContextResponse(deprecated) VPC id.- Specified by:
getVpcIdin interfaceVpcContextResponse
-
getIsolatedSubnetIds
Deprecated.Description copied from interface:VpcContextResponse(deprecated) IDs of all isolated subnets.Element count: #(availabilityZones) · #(isolatedGroups)
- Specified by:
getIsolatedSubnetIdsin interfaceVpcContextResponse
-
getIsolatedSubnetNames
Deprecated.Description copied from interface:VpcContextResponse(deprecated) Name of isolated subnet groups.Element count: #(isolatedGroups)
- Specified by:
getIsolatedSubnetNamesin interfaceVpcContextResponse
-
getIsolatedSubnetRouteTableIds
Deprecated.Description copied from interface:VpcContextResponse(deprecated) Route Table IDs of isolated subnet groups.Element count: #(availabilityZones) · #(isolatedGroups)
- Specified by:
getIsolatedSubnetRouteTableIdsin interfaceVpcContextResponse
-
getOwnerAccountId
Deprecated.Description copied from interface:VpcContextResponse(deprecated) The ID of the AWS account that owns the VPC.Default: the account id of the parent stack
- Specified by:
getOwnerAccountIdin interfaceVpcContextResponse
-
getPrivateSubnetIds
Deprecated.Description copied from interface:VpcContextResponse(deprecated) IDs of all private subnets.Element count: #(availabilityZones) · #(privateGroups)
- Specified by:
getPrivateSubnetIdsin interfaceVpcContextResponse
-
getPrivateSubnetNames
Deprecated.Description copied from interface:VpcContextResponse(deprecated) Name of private subnet groups.Element count: #(privateGroups)
- Specified by:
getPrivateSubnetNamesin interfaceVpcContextResponse
-
getPrivateSubnetRouteTableIds
Deprecated.Description copied from interface:VpcContextResponse(deprecated) Route Table IDs of private subnet groups.Element count: #(availabilityZones) · #(privateGroups)
- Specified by:
getPrivateSubnetRouteTableIdsin interfaceVpcContextResponse
-
getPublicSubnetIds
Deprecated.Description copied from interface:VpcContextResponse(deprecated) IDs of all public subnets.Element count: #(availabilityZones) · #(publicGroups)
- Specified by:
getPublicSubnetIdsin interfaceVpcContextResponse
-
getPublicSubnetNames
Deprecated.Description copied from interface:VpcContextResponse(deprecated) Name of public subnet groups.Element count: #(publicGroups)
- Specified by:
getPublicSubnetNamesin interfaceVpcContextResponse
-
getPublicSubnetRouteTableIds
Deprecated.Description copied from interface:VpcContextResponse(deprecated) Route Table IDs of public subnet groups.Element count: #(availabilityZones) · #(publicGroups)
- Specified by:
getPublicSubnetRouteTableIdsin interfaceVpcContextResponse
-
getRegion
Deprecated.Description copied from interface:VpcContextResponse(deprecated) The region in which the VPC is in.Default: - Region of the parent stack
- Specified by:
getRegionin interfaceVpcContextResponse
-
getSubnetGroups
Deprecated.Description copied from interface:VpcContextResponse(deprecated) The subnet groups discovered for the given VPC.Unlike the above properties, this will include asymmetric subnets, if the VPC has any. This property will only be populated if
VpcContextQuery.returnAsymmetricSubnetsis true.Default: - no subnet groups will be returned unless `VpcContextQuery.returnAsymmetricSubnets` is true
- Specified by:
getSubnetGroupsin interfaceVpcContextResponse
-
getVpcCidrBlock
Deprecated.Description copied from interface:VpcContextResponse(deprecated) VPC cidr.Default: - CIDR information not available
- Specified by:
getVpcCidrBlockin interfaceVpcContextResponse
-
getVpnGatewayId
Deprecated.Description copied from interface:VpcContextResponse(deprecated) The VPN gateway ID.- Specified by:
getVpnGatewayIdin interfaceVpcContextResponse
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-