Skip to content

Commit

Permalink
Update volume_group_types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alankar-verma authored Sep 23, 2024
1 parent 0ca5138 commit 4c412fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volume_group_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type VolumeGroupCreate struct {
// Unique identifier of an optional protection policy to assign to the volume group.
ProtectionPolicyID string `json:"protection_policy_id,omitempty"`
// For a primary or a clone volume group, this property determines whether snapshot sets of the group will be write order consistent.
IsWriteOrderConsistent bool `json:"is_write_order_consistent"`
IsWriteOrderConsistent bool `json:"is_write_order_consistent,omitempty"`
// A list of identifiers of existing volumes that should be added to the volume group.
// All the volumes must be on the same Cyclone appliance and should not be part of another volume group.
// If a list of volumes is not specified or if the specified list is empty, an
Expand Down

0 comments on commit 4c412fa

Please sign in to comment.