Documentation ¶
Overview ¶
Module clustermgmt.v4.config of Nutanix Prism APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildInfo ¶
type BuildInfo struct { ObjectType_ *string `json:"$objectType,omitempty"` Reserved_ map[string]interface{} `json:"$reserved,omitempty"` UnknownFields_ map[string]interface{} `json:"$unknownFields,omitempty"` /* Software version. */ Version *string `json:"version,omitempty"` }
Currently representing the build information to be used for the cluster creation.
func NewBuildInfo ¶
func NewBuildInfo() *BuildInfo
type ClusterConfig ¶
type ClusterConfig struct { ObjectType_ *string `json:"$objectType,omitempty"` Reserved_ map[string]interface{} `json:"$reserved,omitempty"` UnknownFields_ map[string]interface{} `json:"$unknownFields,omitempty"` BuildInfo *BuildInfo `json:"buildInfo,omitempty"` /* A boolean value indicating whether to enable lockdown mode for a cluster. */ ShouldEnableLockdownMode *bool `json:"shouldEnableLockdownMode,omitempty"` }
Cluster Configuration required for a cluster to function properly.
func NewClusterConfig ¶
func NewClusterConfig() *ClusterConfig
type ClusterNetwork ¶
type ClusterNetwork struct { ObjectType_ *string `json:"$objectType,omitempty"` Reserved_ map[string]interface{} `json:"$reserved,omitempty"` UnknownFields_ map[string]interface{} `json:"$unknownFields,omitempty"` ExternalAddress *import1.IPAddress `json:"externalAddress,omitempty"` /* Cluster fully qualified domain name. This is part of payload for cluster update operation only. */ Fqdn *string `json:"fqdn,omitempty"` /* List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently. */ NameServers []import1.IPAddressOrFQDN `json:"nameServers,omitempty"` /* List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently. */ NtpServers []import1.IPAddressOrFQDN `json:"ntpServers,omitempty"` }
Network details of a cluster.
func NewClusterNetwork ¶
func NewClusterNetwork() *ClusterNetwork
type FileDetail ¶
func NewFileDetail ¶
func NewFileDetail() *FileDetail
Click to show internal directories.
Click to hide internal directories.