VmServer
public struct VmServer : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the VM manager.
Declaration
Swift
public let vmManagerName: String?
-
The type of VM management product.
Declaration
Swift
public let vmManagerType: VmManagerType?
-
The name of the VM.
Declaration
Swift
public let vmName: String?
-
The VM folder path in the vCenter Server virtual machine inventory tree.
Declaration
Swift
public let vmPath: String?
-
The VM server location.
Declaration
Swift
public let vmServerAddress: VmServerAddress?
-
Undocumented
Declaration
Swift
public init(vmManagerName: String? = nil, vmManagerType: VmManagerType? = nil, vmName: String? = nil, vmPath: String? = nil, vmServerAddress: VmServerAddress? = nil)