Class: Google::Cloud::NetApp::V1::CreateVolumeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/netapp/v1/volume.rb

Overview

Message for creating a Volume

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. Value for parent.

Returns:

  • (::String)

    Required. Value for parent.



83
84
85
86
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 83

class CreateVolumeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#volume::Google::Cloud::NetApp::V1::Volume

Returns Required. The volume being created.

Returns:



83
84
85
86
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 83

class CreateVolumeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#volume_id::String

Returns Required. Id of the requesting volume. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.

Returns:

  • (::String)

    Required. Id of the requesting volume. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.



83
84
85
86
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 83

class CreateVolumeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end