Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AzureClusterResources.
Managed Azure resources for the cluster.
The values could change and be empty, depending on the state of the cluster.
Generated from protobuf message google.cloud.gkemulticloud.v1.AzureClusterResources
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ network_security_group_id
string
Output only. The ARM ID of the cluster network security group.
↳ control_plane_application_security_group_id
string
Output only. The ARM ID of the control plane application security group.
getNetworkSecurityGroupId
Output only. The ARM ID of the cluster network security group.
Generated from protobuf field string network_security_group_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
string
setNetworkSecurityGroupId
Output only. The ARM ID of the cluster network security group.
Generated from protobuf field string network_security_group_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
string
$this
getControlPlaneApplicationSecurityGroupId
Output only. The ARM ID of the control plane application security group.
Generated from protobuf field string control_plane_application_security_group_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
string
setControlPlaneApplicationSecurityGroupId
Output only. The ARM ID of the control plane application security group.
Generated from protobuf field string control_plane_application_security_group_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
string
$this