Class CfnNetworkMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnNetworkMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkMixinProps
@Stability(Stable)
@Internal
public static final class CfnNetworkMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkMixinProps
An implementation for
CfnNetworkMixinProps-
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.cfnpropertymixins.services.medialive.CfnNetworkMixinProps
CfnNetworkMixinProps.Builder, CfnNetworkMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnNetworkMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNetworkMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe list of IP address cidr pools for the network.final StringgetName()The user-specified name of the Network to be created.final ObjectThe routes for the network.getTags()A collection of key-value pairs.final inthashCode()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) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnNetworkMixinProps.Builder.
-
-
Method Details
-
getIpPools
Description copied from interface:CfnNetworkMixinPropsThe list of IP address cidr pools for the network.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnNetworkPropsMixin.IpPoolProperty>- Specified by:
getIpPoolsin interfaceCfnNetworkMixinProps- See Also:
-
getName
Description copied from interface:CfnNetworkMixinPropsThe user-specified name of the Network to be created.- Specified by:
getNamein interfaceCfnNetworkMixinProps- See Also:
-
getRoutes
Description copied from interface:CfnNetworkMixinPropsThe routes for the network.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnNetworkPropsMixin.RouteProperty>- Specified by:
getRoutesin interfaceCfnNetworkMixinProps- See Also:
-
getTags
Description copied from interface:CfnNetworkMixinPropsA collection of key-value pairs.- Specified by:
getTagsin interfaceCfnNetworkMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-