Class: Google::Cloud::GkeMultiCloud::V1::AzureClusterResources Deprecated
- 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
Deprecated.
This message is deprecated and may be removed in the next major version update.
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.
870 871 872 873 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 870 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.
870 871 872 873 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 870 class AzureClusterResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |