| Name | Type | Description | Notes |
|---|---|---|---|
| RegionalDisruptorSpecifications | Pointer to []RegionalDisruptorSpecification | regional_disruptor_specifications specify how regions are to be disrupted. Any Cluster region that is not specified here will not be disrupted. A cluster region that was previously disrupted but is not listed here will be removed from disruption. To stop all disruptions, set this to an empty list or omit it from the request. | [optional] |
func NewCockroachCloudUpdateClusterDisruptionRequest() *CockroachCloudUpdateClusterDisruptionRequest
NewCockroachCloudUpdateClusterDisruptionRequest instantiates a new CockroachCloudUpdateClusterDisruptionRequest object. This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
func (o *CockroachCloudUpdateClusterDisruptionRequest) GetRegionalDisruptorSpecifications() []RegionalDisruptorSpecification
GetRegionalDisruptorSpecifications returns the RegionalDisruptorSpecifications field if non-nil, zero value otherwise.
func (o *CockroachCloudUpdateClusterDisruptionRequest) SetRegionalDisruptorSpecifications(v []RegionalDisruptorSpecification)
SetRegionalDisruptorSpecifications sets RegionalDisruptorSpecifications field to given value.