Class: Google::Cloud::GkeMultiCloud::V1::AzureClusterGroup
- 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
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. my-group@domain.com
.
516 517 518 519 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 516 class AzureClusterGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |