Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { autorest.Response `json:"-"` // Properties *ContainerProperties `json:"properties,omitempty"` // ID ID *string `json:"ID,omitempty"` // Name Name *string `json:"name,omitempty"` // Type Type *string `json:"type,omitempty"` // Version Version *string `json:"version,omitempty"` // Tags - Custom resource tags Tags map[string]*string `json:"tags"` }
Container defines the structure of a VHD
type ContainerProperties ¶
type ContainerProperties struct { // Path Path *string `json:"path,omitempty"` // State - State Statuses map[string]*string `json:"statuses"` }
ContainerProperties defines the structure of a Load Balancer
type VirtualHardDisk ¶
type VirtualHardDisk struct { autorest.Response `json:"-"` // Properties *VirtualHardDiskProperties `json:"properties,omitempty"` // ID ID *string `json:"ID,omitempty"` // Name Name *string `json:"name,omitempty"` // Type Type *string `json:"type,omitempty"` // Version Version *string `json:"version,omitempty"` // Tags - Custom resource tags Tags map[string]*string `json:"tags"` }
VirtualHardDisk defines the structure of a VHD
type VirtualHardDiskProperties ¶
type VirtualHardDiskProperties struct { // DiskSizeBytes DiskSizeBytes *int64 `json:"diskSizeGB,omitempty"` // Dynamic Dynamic *bool `json:"dynamic,omitempty"` // Blocksizebytes - TODO: Revisit exposing this Blocksizebytes *int32 `json:"blocksizebytes,omitempty"` //Logicalsectorbytes - TODO: Revisit exposing this Logicalsectorbytes *int32 `json:"logicalsectorbytes,omitempty"` //Physicalsectorbytes - TODO: Revisit exposing this Physicalsectorbytes *int32 `json:"physicalsectorbytes,omitempty"` //Controllernumber - TODO: Revisit exposing this Controllernumber *int64 `json:"controllernumber,omitempty"` //Controllerlocation - TODO: Revisit exposing this Controllerlocation *int64 `json:"controllerlocation,omitempty"` //Disknumber - TODO: Revisit exposing this Disknumber *int64 `json:"disknumber,omitempty"` // READONLY - VirtualMachineName to which this disk is attached to VirtualMachineName *string `json:"virtualmachinename,omitempty"` //Scsipath - TODO: Revisit exposing this Scsipath *string `json:"scsipath,omitempty"` // State - State Statuses map[string]*string `json:"statuses"` }
VirtualHardDiskProperties defines the structure of a Load Balancer
Click to show internal directories.
Click to hide internal directories.