Interface AzureClusterResourcesOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AzureClusterResources, AzureClusterResources.Builder

    public interface AzureClusterResourcesOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getNetworkSecurityGroupId

        String getNetworkSecurityGroupId()
         Output only. The ARM ID of the cluster network security group.
         
        string network_security_group_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The networkSecurityGroupId.
      • getNetworkSecurityGroupIdBytes

        com.google.protobuf.ByteString getNetworkSecurityGroupIdBytes()
         Output only. The ARM ID of the cluster network security group.
         
        string network_security_group_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for networkSecurityGroupId.
      • getControlPlaneApplicationSecurityGroupId

        String getControlPlaneApplicationSecurityGroupId()
         Output only. The ARM ID of the control plane application security group.
         
        string control_plane_application_security_group_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The controlPlaneApplicationSecurityGroupId.
      • getControlPlaneApplicationSecurityGroupIdBytes

        com.google.protobuf.ByteString getControlPlaneApplicationSecurityGroupIdBytes()
         Output only. The ARM ID of the control plane application security group.
         
        string control_plane_application_security_group_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for controlPlaneApplicationSecurityGroupId.