Class NdiDiscoveryServerConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.NdiDiscoveryServerConfig.Jsii$Proxy
- All Implemented Interfaces:
NdiDiscoveryServerConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
NdiDiscoveryServerConfig
@Stability(Experimental)
@Internal
public static final class NdiDiscoveryServerConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements NdiDiscoveryServerConfig
An implementation for
NdiDiscoveryServerConfig-
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.services.mediaconnect.alpha.NdiDiscoveryServerConfig
NdiDiscoveryServerConfig.Builder, NdiDiscoveryServerConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theNdiDiscoveryServerConfig.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 String(experimental) The unique network address of the NDI discovery server.final Number(experimental) The port for the NDI discovery server.final VpcInterfaceConfig(experimental) The VPC interface that the NDI discovery server uses to reach the flow.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 theNdiDiscoveryServerConfig.Builder.
-
-
Method Details
-
getDiscoveryServerAddress
Description copied from interface:NdiDiscoveryServerConfig(experimental) The unique network address of the NDI discovery server.- Specified by:
getDiscoveryServerAddressin interfaceNdiDiscoveryServerConfig
-
getVpcInterface
Description copied from interface:NdiDiscoveryServerConfig(experimental) The VPC interface that the NDI discovery server uses to reach the flow.- Specified by:
getVpcInterfacein interfaceNdiDiscoveryServerConfig
-
getDiscoveryServerPort
Description copied from interface:NdiDiscoveryServerConfig(experimental) The port for the NDI discovery server.Defaults to 5959 if a custom port isn't specified.
Default: - undefined; when omitted, MediaConnect applies 5959 at deploy time
- Specified by:
getDiscoveryServerPortin interfaceNdiDiscoveryServerConfig
-
$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()
-