Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TrustedPlatformModule ¶
type TrustedPlatformModule struct {
Name string `json:"name"`
Supported bool `json:"supported"`
Version string `json:"version,omitempty"`
TxtEnabled bool `json:"txtEnabled,omitempty"`
Attestation *types.HostTpmAttestationInfo `json:"attestation,omitempty"`
StateEncryption *types.HostRuntimeInfoStateEncryptionInfo `json:"stateEncryption,omitempty"`
}
func HostTrustedPlatformModule ¶
func HostTrustedPlatformModule(ctx context.Context, c *vim25.Client, root types.ManagedObjectReference) ([]TrustedPlatformModule, error)
Click to show internal directories.
Click to hide internal directories.