Connector
public struct Connector : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time the connector was associated.
Declaration
Swift
public let associatedOn: TimeStamp?
-
The capabilities of the connector.
Declaration
Swift
public let capabilityList: [ConnectorCapability]?
-
The ID of the connector.
Declaration
Swift
public let connectorId: String?
-
The IP address of the connector.
Declaration
Swift
public let ipAddress: String?
-
The MAC address of the connector.
Declaration
Swift
public let macAddress: String?
-
The status of the connector.
Declaration
Swift
public let status: ConnectorStatus?
-
The connector version.
Declaration
Swift
public let version: String?
-
The ID of the VM manager.
Declaration
Swift
public let vmManagerId: String?
-
The name of the VM manager.
Declaration
Swift
public let vmManagerName: String?
-
The VM management product.
Declaration
Swift
public let vmManagerType: VmManagerType?
-
init(associatedOn:capabilityList:connectorId:ipAddress:macAddress:status:version:vmManagerId:vmManagerName:vmManagerType:)
Undocumented
Declaration
Swift
public init(associatedOn: TimeStamp? = nil, capabilityList: [ConnectorCapability]? = nil, connectorId: String? = nil, ipAddress: String? = nil, macAddress: String? = nil, status: ConnectorStatus? = nil, version: String? = nil, vmManagerId: String? = nil, vmManagerName: String? = nil, vmManagerType: VmManagerType? = nil)