File tree Expand file tree Collapse file tree
openstack/sharedfilesystems/v2/shares Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ type CreateOpts struct {
5656 SnapshotID string `json:"snapshot_id,omitempty"`
5757 // Determines whether or not the share is public
5858 IsPublic * bool `json:"is_public,omitempty"`
59+ // The UUID of the share group. Available starting from the microversion 2.31
60+ ShareGroupID string `json:"share_group_id,omitempty"`
5961 // Key value pairs of user defined metadata
6062 Metadata map [string ]string `json:"metadata,omitempty"`
6163 // The UUID of the share network to which the share belongs to
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ type Share struct {
5454 ShareType string `json:"share_type"`
5555 // The name of the share type.
5656 ShareTypeName string `json:"share_type_name"`
57+ // The UUID of the share group. Available starting from the microversion 2.31
58+ ShareGroupID string `json:"share_group_id"`
5759 // Size of the share in GB
5860 Size int `json:"size"`
5961 // UUID of the snapshot from which to create the share
You can’t perform that action at this time.
0 commit comments