Reference documentation and code samples for the Google Cloud Net App V1 Client class DestinationVolumeParameters.
DestinationVolumeParameters specify input parameters used for creating
destination volume.
Generated from protobuf messagegoogle.cloud.netapp.v1.DestinationVolumeParameters
Namespace
Google \ Cloud \ NetApp \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ storage_pool
string
Required. Existing destination StoragePool name.
↳ volume_id
string
Desired destination volume resource id. If not specified, source volume's resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
↳ share_name
string
Destination volume's share name. If not specified, source volume's share name will be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Net App V1 Client - Class DestinationVolumeParameters (1.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.6.1 (latest)](/php/docs/reference/cloud-netapp/latest/V1.DestinationVolumeParameters)\n- [1.6.0](/php/docs/reference/cloud-netapp/1.6.0/V1.DestinationVolumeParameters)\n- [1.4.0](/php/docs/reference/cloud-netapp/1.4.0/V1.DestinationVolumeParameters)\n- [1.3.1](/php/docs/reference/cloud-netapp/1.3.1/V1.DestinationVolumeParameters)\n- [1.2.1](/php/docs/reference/cloud-netapp/1.2.1/V1.DestinationVolumeParameters)\n- [1.1.1](/php/docs/reference/cloud-netapp/1.1.1/V1.DestinationVolumeParameters)\n- [1.0.1](/php/docs/reference/cloud-netapp/1.0.1/V1.DestinationVolumeParameters)\n- [0.3.1](/php/docs/reference/cloud-netapp/0.3.1/V1.DestinationVolumeParameters)\n- [0.2.6](/php/docs/reference/cloud-netapp/0.2.6/V1.DestinationVolumeParameters)\n- [0.1.1](/php/docs/reference/cloud-netapp/0.1.1/V1.DestinationVolumeParameters) \nReference documentation and code samples for the Google Cloud Net App V1 Client class DestinationVolumeParameters.\n\nDestinationVolumeParameters specify input parameters used for creating\ndestination volume.\n\nGenerated from protobuf message `google.cloud.netapp.v1.DestinationVolumeParameters`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ NetApp \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getStoragePool\n\nRequired. Existing destination StoragePool name.\n\n### setStoragePool\n\nRequired. Existing destination StoragePool name.\n\n### getVolumeId\n\nDesired destination volume resource id. If not specified, source volume's\nresource id will be used.\n\nThis value must start with a lowercase letter followed by up to 62\nlowercase letters, numbers, or hyphens, and cannot end with a hyphen.\n\n### setVolumeId\n\nDesired destination volume resource id. If not specified, source volume's\nresource id will be used.\n\nThis value must start with a lowercase letter followed by up to 62\nlowercase letters, numbers, or hyphens, and cannot end with a hyphen.\n\n### getShareName\n\nDestination volume's share name. If not specified, source volume's share\nname will be used.\n\n### setShareName\n\nDestination volume's share name. If not specified, source volume's share\nname will be used.\n\n### getDescription\n\nDescription for the destination volume.\n\n### hasDescription\n\n### clearDescription\n\n### setDescription\n\nDescription for the destination volume.\n\n### getTieringPolicy\n\nOptional. Tiering policy for the volume.\n\n### hasTieringPolicy\n\n### clearTieringPolicy\n\n### setTieringPolicy\n\nOptional. Tiering policy for the volume."]]