Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageServerInterface ¶
type StorageServerInterface struct { gs.GenericService gs.HasState Identifier string `json:"identifier,omitempty" anxcloud:"identifier"` Name string `json:"name,omitempty"` IPAddress IPAddress `json:"ip_address"` Location corev1.Location `json:"location,omitempty"` }
func (*StorageServerInterface) EndpointURL ¶
func (*StorageServerInterface) GetIdentifier ¶
func (s *StorageServerInterface) GetIdentifier(ctx context.Context) (string, error)
type Volume ¶
type Volume struct { gs.GenericService gs.HasState Identifier string `json:"identifier,omitempty" anxcloud:"identifier"` Name string `json:"name,omitempty"` StorageServerInterfaces *[]StorageServerInterface `json:"storage_server_interfaces,omitempty"` Prefixes *[]Prefix `json:"prefixes,omitempty"` ADSClass string `json:"ads_class,omitempty"` Size int64 `json:"size,omitempty"` Path string `json:"path,omitempty"` Error string `json:"error,omitempty"` }
func (*Volume) FilterAPIRequestBody ¶
Click to show internal directories.
Click to hide internal directories.