azurerm_netapp_volume_group_sap_hana

package
v0.0.0-...-4deecce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// AccountName: string, required
	AccountName terra.StringValue `hcl:"account_name,attr" validate:"required"`
	// ApplicationIdentifier: string, required
	ApplicationIdentifier terra.StringValue `hcl:"application_identifier,attr" validate:"required"`
	// GroupDescription: string, required
	GroupDescription terra.StringValue `hcl:"group_description,attr" validate:"required"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Location: string, required
	Location terra.StringValue `hcl:"location,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
	// Volume: min=2,max=5
	Volume []Volume `hcl:"volume,block" validate:"min=2,max=5"`
}

Args contains the configurations for azurerm_netapp_volume_group_sap_hana.

type DataArgs

type DataArgs struct {
	// AccountName: string, required
	AccountName terra.StringValue `hcl:"account_name,attr" validate:"required"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// Timeouts: optional
	Timeouts *DataTimeouts `hcl:"timeouts,block"`
}

DataArgs contains the configurations for azurerm_netapp_volume_group_sap_hana.

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource azurerm_netapp_volume_group_sap_hana.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (anvgsh *DataSource) Attributes() dataAzurermNetappVolumeGroupSapHanaAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (anvgsh *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (anvgsh *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (anvgsh *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type DataTimeouts

type DataTimeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type DataTimeoutsAttributes

type DataTimeoutsAttributes struct {
	// contains filtered or unexported fields
}

func (DataTimeoutsAttributes) InternalRef

func (t DataTimeoutsAttributes) InternalRef() (terra.Reference, error)

func (DataTimeoutsAttributes) InternalTokens

func (t DataTimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataTimeoutsAttributes) InternalWithRef

func (DataTimeoutsAttributes) Read

type DataTimeoutsState

type DataTimeoutsState struct {
	Read string `json:"read"`
}

type DataVolumeAttributes

type DataVolumeAttributes struct {
	// contains filtered or unexported fields
}

func (DataVolumeAttributes) CapacityPoolId

func (v DataVolumeAttributes) CapacityPoolId() terra.StringValue

func (DataVolumeAttributes) DataProtectionReplication

func (DataVolumeAttributes) DataProtectionSnapshotPolicy

func (DataVolumeAttributes) ExportPolicyRule

func (DataVolumeAttributes) Id

func (DataVolumeAttributes) InternalRef

func (v DataVolumeAttributes) InternalRef() (terra.Reference, error)

func (DataVolumeAttributes) InternalTokens

func (v DataVolumeAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataVolumeAttributes) InternalWithRef

func (DataVolumeAttributes) MountIpAddresses

func (v DataVolumeAttributes) MountIpAddresses() terra.ListValue[terra.StringValue]

func (DataVolumeAttributes) Name

func (DataVolumeAttributes) Protocols

func (DataVolumeAttributes) ProximityPlacementGroupId

func (v DataVolumeAttributes) ProximityPlacementGroupId() terra.StringValue

func (DataVolumeAttributes) SecurityStyle

func (v DataVolumeAttributes) SecurityStyle() terra.StringValue

func (DataVolumeAttributes) ServiceLevel

func (v DataVolumeAttributes) ServiceLevel() terra.StringValue

func (DataVolumeAttributes) SnapshotDirectoryVisible

func (v DataVolumeAttributes) SnapshotDirectoryVisible() terra.BoolValue

func (DataVolumeAttributes) StorageQuotaInGb

func (v DataVolumeAttributes) StorageQuotaInGb() terra.NumberValue

func (DataVolumeAttributes) SubnetId

func (v DataVolumeAttributes) SubnetId() terra.StringValue

func (DataVolumeAttributes) Tags

func (DataVolumeAttributes) ThroughputInMibps

func (v DataVolumeAttributes) ThroughputInMibps() terra.NumberValue

func (DataVolumeAttributes) VolumePath

func (v DataVolumeAttributes) VolumePath() terra.StringValue

func (DataVolumeAttributes) VolumeSpecName

func (v DataVolumeAttributes) VolumeSpecName() terra.StringValue

type DataVolumeDataProtectionReplicationAttributes

type DataVolumeDataProtectionReplicationAttributes struct {
	// contains filtered or unexported fields
}

func (DataVolumeDataProtectionReplicationAttributes) EndpointType

func (DataVolumeDataProtectionReplicationAttributes) InternalRef

func (DataVolumeDataProtectionReplicationAttributes) InternalTokens

func (DataVolumeDataProtectionReplicationAttributes) InternalWithRef

func (DataVolumeDataProtectionReplicationAttributes) RemoteVolumeLocation

func (DataVolumeDataProtectionReplicationAttributes) RemoteVolumeResourceId

func (DataVolumeDataProtectionReplicationAttributes) ReplicationFrequency

type DataVolumeDataProtectionReplicationState

type DataVolumeDataProtectionReplicationState struct {
	EndpointType           string `json:"endpoint_type"`
	RemoteVolumeLocation   string `json:"remote_volume_location"`
	RemoteVolumeResourceId string `json:"remote_volume_resource_id"`
	ReplicationFrequency   string `json:"replication_frequency"`
}

type DataVolumeDataProtectionSnapshotPolicyAttributes

type DataVolumeDataProtectionSnapshotPolicyAttributes struct {
	// contains filtered or unexported fields
}

func (DataVolumeDataProtectionSnapshotPolicyAttributes) InternalRef

func (DataVolumeDataProtectionSnapshotPolicyAttributes) InternalTokens

func (DataVolumeDataProtectionSnapshotPolicyAttributes) InternalWithRef

func (DataVolumeDataProtectionSnapshotPolicyAttributes) SnapshotPolicyId

type DataVolumeDataProtectionSnapshotPolicyState

type DataVolumeDataProtectionSnapshotPolicyState struct {
	SnapshotPolicyId string `json:"snapshot_policy_id"`
}

type DataVolumeExportPolicyRuleAttributes

type DataVolumeExportPolicyRuleAttributes struct {
	// contains filtered or unexported fields
}

func (DataVolumeExportPolicyRuleAttributes) AllowedClients

func (DataVolumeExportPolicyRuleAttributes) InternalRef

func (DataVolumeExportPolicyRuleAttributes) InternalTokens

func (DataVolumeExportPolicyRuleAttributes) InternalWithRef

func (DataVolumeExportPolicyRuleAttributes) Nfsv3Enabled

func (DataVolumeExportPolicyRuleAttributes) Nfsv41Enabled

func (DataVolumeExportPolicyRuleAttributes) RootAccessEnabled

func (epr DataVolumeExportPolicyRuleAttributes) RootAccessEnabled() terra.BoolValue

func (DataVolumeExportPolicyRuleAttributes) RuleIndex

func (DataVolumeExportPolicyRuleAttributes) UnixReadOnly

func (DataVolumeExportPolicyRuleAttributes) UnixReadWrite

type DataVolumeExportPolicyRuleState

type DataVolumeExportPolicyRuleState struct {
	AllowedClients    string  `json:"allowed_clients"`
	Nfsv3Enabled      bool    `json:"nfsv3_enabled"`
	Nfsv41Enabled     bool    `json:"nfsv41_enabled"`
	RootAccessEnabled bool    `json:"root_access_enabled"`
	RuleIndex         float64 `json:"rule_index"`
	UnixReadOnly      bool    `json:"unix_read_only"`
	UnixReadWrite     bool    `json:"unix_read_write"`
}

type DataVolumeState

type DataVolumeState struct {
	CapacityPoolId               string                                        `json:"capacity_pool_id"`
	Id                           string                                        `json:"id"`
	MountIpAddresses             []string                                      `json:"mount_ip_addresses"`
	Name                         string                                        `json:"name"`
	Protocols                    []string                                      `json:"protocols"`
	ProximityPlacementGroupId    string                                        `json:"proximity_placement_group_id"`
	SecurityStyle                string                                        `json:"security_style"`
	ServiceLevel                 string                                        `json:"service_level"`
	SnapshotDirectoryVisible     bool                                          `json:"snapshot_directory_visible"`
	StorageQuotaInGb             float64                                       `json:"storage_quota_in_gb"`
	SubnetId                     string                                        `json:"subnet_id"`
	Tags                         map[string]string                             `json:"tags"`
	ThroughputInMibps            float64                                       `json:"throughput_in_mibps"`
	VolumePath                   string                                        `json:"volume_path"`
	VolumeSpecName               string                                        `json:"volume_spec_name"`
	DataProtectionReplication    []DataVolumeDataProtectionReplicationState    `json:"data_protection_replication"`
	DataProtectionSnapshotPolicy []DataVolumeDataProtectionSnapshotPolicyState `json:"data_protection_snapshot_policy"`
	ExportPolicyRule             []DataVolumeExportPolicyRuleState             `json:"export_policy_rule"`
}

type Resource

type Resource struct {
	Name string
	Args Args

	DependsOn terra.Dependencies
	Lifecycle *terra.Lifecycle
	// contains filtered or unexported fields
}

Resource represents the Terraform resource azurerm_netapp_volume_group_sap_hana.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (anvgsh *Resource) Attributes() azurermNetappVolumeGroupSapHanaAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (anvgsh *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (anvgsh *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (anvgsh *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (anvgsh *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (anvgsh *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (anvgsh *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (anvgsh *Resource) State() (*azurermNetappVolumeGroupSapHanaState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (anvgsh *Resource) StateMust() *azurermNetappVolumeGroupSapHanaState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (anvgsh *Resource) Type() string

Type returns the Terraform object type for Resource.

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

type TimeoutsAttributes struct {
	// contains filtered or unexported fields
}

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Read

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Read   string `json:"read"`
	Update string `json:"update"`
}

type Volume

type Volume struct {
	// CapacityPoolId: string, required
	CapacityPoolId terra.StringValue `hcl:"capacity_pool_id,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Protocols: list of string, required
	Protocols terra.ListValue[terra.StringValue] `hcl:"protocols,attr" validate:"required"`
	// ProximityPlacementGroupId: string, optional
	ProximityPlacementGroupId terra.StringValue `hcl:"proximity_placement_group_id,attr"`
	// SecurityStyle: string, required
	SecurityStyle terra.StringValue `hcl:"security_style,attr" validate:"required"`
	// ServiceLevel: string, required
	ServiceLevel terra.StringValue `hcl:"service_level,attr" validate:"required"`
	// SnapshotDirectoryVisible: bool, required
	SnapshotDirectoryVisible terra.BoolValue `hcl:"snapshot_directory_visible,attr" validate:"required"`
	// StorageQuotaInGb: number, required
	StorageQuotaInGb terra.NumberValue `hcl:"storage_quota_in_gb,attr" validate:"required"`
	// SubnetId: string, required
	SubnetId terra.StringValue `hcl:"subnet_id,attr" validate:"required"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// ThroughputInMibps: number, required
	ThroughputInMibps terra.NumberValue `hcl:"throughput_in_mibps,attr" validate:"required"`
	// VolumePath: string, required
	VolumePath terra.StringValue `hcl:"volume_path,attr" validate:"required"`
	// VolumeSpecName: string, required
	VolumeSpecName terra.StringValue `hcl:"volume_spec_name,attr" validate:"required"`
	// VolumeDataProtectionReplication: optional
	DataProtectionReplication *VolumeDataProtectionReplication `hcl:"data_protection_replication,block"`
	// VolumeDataProtectionSnapshotPolicy: optional
	DataProtectionSnapshotPolicy *VolumeDataProtectionSnapshotPolicy `hcl:"data_protection_snapshot_policy,block"`
	// VolumeExportPolicyRule: min=1,max=5
	ExportPolicyRule []VolumeExportPolicyRule `hcl:"export_policy_rule,block" validate:"min=1,max=5"`
}

type VolumeAttributes

type VolumeAttributes struct {
	// contains filtered or unexported fields
}

func (VolumeAttributes) CapacityPoolId

func (v VolumeAttributes) CapacityPoolId() terra.StringValue

func (VolumeAttributes) DataProtectionReplication

func (VolumeAttributes) DataProtectionSnapshotPolicy

func (VolumeAttributes) ExportPolicyRule

func (VolumeAttributes) Id

func (VolumeAttributes) InternalRef

func (v VolumeAttributes) InternalRef() (terra.Reference, error)

func (VolumeAttributes) InternalTokens

func (v VolumeAttributes) InternalTokens() (hclwrite.Tokens, error)

func (VolumeAttributes) InternalWithRef

func (v VolumeAttributes) InternalWithRef(ref terra.Reference) VolumeAttributes

func (VolumeAttributes) MountIpAddresses

func (v VolumeAttributes) MountIpAddresses() terra.ListValue[terra.StringValue]

func (VolumeAttributes) Name

func (VolumeAttributes) Protocols

func (VolumeAttributes) ProximityPlacementGroupId

func (v VolumeAttributes) ProximityPlacementGroupId() terra.StringValue

func (VolumeAttributes) SecurityStyle

func (v VolumeAttributes) SecurityStyle() terra.StringValue

func (VolumeAttributes) ServiceLevel

func (v VolumeAttributes) ServiceLevel() terra.StringValue

func (VolumeAttributes) SnapshotDirectoryVisible

func (v VolumeAttributes) SnapshotDirectoryVisible() terra.BoolValue

func (VolumeAttributes) StorageQuotaInGb

func (v VolumeAttributes) StorageQuotaInGb() terra.NumberValue

func (VolumeAttributes) SubnetId

func (v VolumeAttributes) SubnetId() terra.StringValue

func (VolumeAttributes) Tags

func (VolumeAttributes) ThroughputInMibps

func (v VolumeAttributes) ThroughputInMibps() terra.NumberValue

func (VolumeAttributes) VolumePath

func (v VolumeAttributes) VolumePath() terra.StringValue

func (VolumeAttributes) VolumeSpecName

func (v VolumeAttributes) VolumeSpecName() terra.StringValue

type VolumeDataProtectionReplication

type VolumeDataProtectionReplication struct {
	// EndpointType: string, optional
	EndpointType terra.StringValue `hcl:"endpoint_type,attr"`
	// RemoteVolumeLocation: string, required
	RemoteVolumeLocation terra.StringValue `hcl:"remote_volume_location,attr" validate:"required"`
	// RemoteVolumeResourceId: string, required
	RemoteVolumeResourceId terra.StringValue `hcl:"remote_volume_resource_id,attr" validate:"required"`
	// ReplicationFrequency: string, required
	ReplicationFrequency terra.StringValue `hcl:"replication_frequency,attr" validate:"required"`
}

type VolumeDataProtectionReplicationAttributes

type VolumeDataProtectionReplicationAttributes struct {
	// contains filtered or unexported fields
}

func (VolumeDataProtectionReplicationAttributes) EndpointType

func (VolumeDataProtectionReplicationAttributes) InternalRef

func (VolumeDataProtectionReplicationAttributes) InternalTokens

func (VolumeDataProtectionReplicationAttributes) InternalWithRef

func (VolumeDataProtectionReplicationAttributes) RemoteVolumeLocation

func (dpr VolumeDataProtectionReplicationAttributes) RemoteVolumeLocation() terra.StringValue

func (VolumeDataProtectionReplicationAttributes) RemoteVolumeResourceId

func (dpr VolumeDataProtectionReplicationAttributes) RemoteVolumeResourceId() terra.StringValue

func (VolumeDataProtectionReplicationAttributes) ReplicationFrequency

func (dpr VolumeDataProtectionReplicationAttributes) ReplicationFrequency() terra.StringValue

type VolumeDataProtectionReplicationState

type VolumeDataProtectionReplicationState struct {
	EndpointType           string `json:"endpoint_type"`
	RemoteVolumeLocation   string `json:"remote_volume_location"`
	RemoteVolumeResourceId string `json:"remote_volume_resource_id"`
	ReplicationFrequency   string `json:"replication_frequency"`
}

type VolumeDataProtectionSnapshotPolicy

type VolumeDataProtectionSnapshotPolicy struct {
	// SnapshotPolicyId: string, required
	SnapshotPolicyId terra.StringValue `hcl:"snapshot_policy_id,attr" validate:"required"`
}

type VolumeDataProtectionSnapshotPolicyAttributes

type VolumeDataProtectionSnapshotPolicyAttributes struct {
	// contains filtered or unexported fields
}

func (VolumeDataProtectionSnapshotPolicyAttributes) InternalRef

func (VolumeDataProtectionSnapshotPolicyAttributes) InternalTokens

func (VolumeDataProtectionSnapshotPolicyAttributes) InternalWithRef

func (VolumeDataProtectionSnapshotPolicyAttributes) SnapshotPolicyId

type VolumeDataProtectionSnapshotPolicyState

type VolumeDataProtectionSnapshotPolicyState struct {
	SnapshotPolicyId string `json:"snapshot_policy_id"`
}

type VolumeExportPolicyRule

type VolumeExportPolicyRule struct {
	// AllowedClients: string, required
	AllowedClients terra.StringValue `hcl:"allowed_clients,attr" validate:"required"`
	// Nfsv3Enabled: bool, required
	Nfsv3Enabled terra.BoolValue `hcl:"nfsv3_enabled,attr" validate:"required"`
	// Nfsv41Enabled: bool, required
	Nfsv41Enabled terra.BoolValue `hcl:"nfsv41_enabled,attr" validate:"required"`
	// RootAccessEnabled: bool, optional
	RootAccessEnabled terra.BoolValue `hcl:"root_access_enabled,attr"`
	// RuleIndex: number, required
	RuleIndex terra.NumberValue `hcl:"rule_index,attr" validate:"required"`
	// UnixReadOnly: bool, optional
	UnixReadOnly terra.BoolValue `hcl:"unix_read_only,attr"`
	// UnixReadWrite: bool, optional
	UnixReadWrite terra.BoolValue `hcl:"unix_read_write,attr"`
}

type VolumeExportPolicyRuleAttributes

type VolumeExportPolicyRuleAttributes struct {
	// contains filtered or unexported fields
}

func (VolumeExportPolicyRuleAttributes) AllowedClients

func (epr VolumeExportPolicyRuleAttributes) AllowedClients() terra.StringValue

func (VolumeExportPolicyRuleAttributes) InternalRef

func (VolumeExportPolicyRuleAttributes) InternalTokens

func (epr VolumeExportPolicyRuleAttributes) InternalTokens() (hclwrite.Tokens, error)

func (VolumeExportPolicyRuleAttributes) InternalWithRef

func (VolumeExportPolicyRuleAttributes) Nfsv3Enabled

func (VolumeExportPolicyRuleAttributes) Nfsv41Enabled

func (epr VolumeExportPolicyRuleAttributes) Nfsv41Enabled() terra.BoolValue

func (VolumeExportPolicyRuleAttributes) RootAccessEnabled

func (epr VolumeExportPolicyRuleAttributes) RootAccessEnabled() terra.BoolValue

func (VolumeExportPolicyRuleAttributes) RuleIndex

func (VolumeExportPolicyRuleAttributes) UnixReadOnly

func (VolumeExportPolicyRuleAttributes) UnixReadWrite

func (epr VolumeExportPolicyRuleAttributes) UnixReadWrite() terra.BoolValue

type VolumeExportPolicyRuleState

type VolumeExportPolicyRuleState struct {
	AllowedClients    string  `json:"allowed_clients"`
	Nfsv3Enabled      bool    `json:"nfsv3_enabled"`
	Nfsv41Enabled     bool    `json:"nfsv41_enabled"`
	RootAccessEnabled bool    `json:"root_access_enabled"`
	RuleIndex         float64 `json:"rule_index"`
	UnixReadOnly      bool    `json:"unix_read_only"`
	UnixReadWrite     bool    `json:"unix_read_write"`
}

type VolumeState

type VolumeState struct {
	CapacityPoolId               string                                    `json:"capacity_pool_id"`
	Id                           string                                    `json:"id"`
	MountIpAddresses             []string                                  `json:"mount_ip_addresses"`
	Name                         string                                    `json:"name"`
	Protocols                    []string                                  `json:"protocols"`
	ProximityPlacementGroupId    string                                    `json:"proximity_placement_group_id"`
	SecurityStyle                string                                    `json:"security_style"`
	ServiceLevel                 string                                    `json:"service_level"`
	SnapshotDirectoryVisible     bool                                      `json:"snapshot_directory_visible"`
	StorageQuotaInGb             float64                                   `json:"storage_quota_in_gb"`
	SubnetId                     string                                    `json:"subnet_id"`
	Tags                         map[string]string                         `json:"tags"`
	ThroughputInMibps            float64                                   `json:"throughput_in_mibps"`
	VolumePath                   string                                    `json:"volume_path"`
	VolumeSpecName               string                                    `json:"volume_spec_name"`
	DataProtectionReplication    []VolumeDataProtectionReplicationState    `json:"data_protection_replication"`
	DataProtectionSnapshotPolicy []VolumeDataProtectionSnapshotPolicyState `json:"data_protection_snapshot_policy"`
	ExportPolicyRule             []VolumeExportPolicyRuleState             `json:"export_policy_rule"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL