Class: Google::Cloud::GkeMultiCloud::V1::AzureClusterResources
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AzureClusterResources
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb
Overview
Managed Azure resources for the cluster.
The values could change and be empty, depending on the state of the cluster.
Instance Attribute Summary collapse
-
#control_plane_application_security_group_id ⇒ ::String
readonly
Output only.
-
#network_security_group_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#control_plane_application_security_group_id ⇒ ::String (readonly)
Returns Output only. The ARM ID of the control plane application security group.
847 848 849 850 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 847 class AzureClusterResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_security_group_id ⇒ ::String (readonly)
Returns Output only. The ARM ID of the cluster network security group.
847 848 849 850 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 847 class AzureClusterResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |