InputDeviceNetworkSettings

public struct InputDeviceNetworkSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The DNS addresses of the input device.

    Declaration

    Swift

    public let dnsAddresses: [String]?
  • The network gateway IP address.

    Declaration

    Swift

    public let gateway: String?
  • The IP address of the input device.

    Declaration

    Swift

    public let ipAddress: String?
  • Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.

    Declaration

    Swift

    public let ipScheme: InputDeviceIpScheme?
  • The subnet mask of the input device.

    Declaration

    Swift

    public let subnetMask: String?
  • Undocumented

    Declaration

    Swift

    public init(dnsAddresses: [String]? = nil, gateway: String? = nil, ipAddress: String? = nil, ipScheme: InputDeviceIpScheme? = nil, subnetMask: String? = nil)