Class: Google::Cloud::GkeMultiCloud::V1::AzureClusterGroup Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AzureClusterGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Identities of a group-type subject for Azure clusters.
Instance Attribute Summary collapse
-
#group ⇒ ::String
Required.
Instance Attribute Details
#group ⇒ ::String
Returns Required. The name of the group, e.g. [email protected].
529 530 531 532 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 529 class AzureClusterGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |