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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getControlPlaneApplicationSecurityGroupId()
Output only.com.google.protobuf.ByteString
getControlPlaneApplicationSecurityGroupIdBytes()
Output only.String
getNetworkSecurityGroupId()
Output only.com.google.protobuf.ByteString
getNetworkSecurityGroupIdBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-