Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions google-cloud-netapp-v1/proto_docs/google/api/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,20 @@ module StoragePoolType
UNIFIED = 2
end

# Defines the scale-type of a UNIFIED Storage Pool.
module ScaleType
# Unspecified scale type.
SCALE_TYPE_UNSPECIFIED = 0

# Represents standard capacity and performance scale-type.
# Suitable for general purpose workloads.
SCALE_TYPE_DEFAULT = 1

# Represents higher capacity and performance scale-type.
# Suitable for more demanding workloads.
SCALE_TYPE_SCALEOUT = 2
end

# Schedule for Hybrid Replication.
# New enum values may be added in future to support different frequency of
# replication.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ class SwitchActiveReplicaZoneRequest
# the user can perform the ONTAP operations on the storage pool using the
# GCNV ONTAP Mode APIs. If not specified during creation, it defaults to
# `DEFAULT`.
# @!attribute [rw] scale_type
# @return [::Google::Cloud::NetApp::V1::ScaleType]
# Optional. The scale type of the storage pool. Defaults to
# `SCALE_TYPE_DEFAULT` if not specified.
class StoragePool
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down
Loading
Loading