Interface UsableSubnetworkSecondaryRangeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getIpCidrRange()
      The range of IP addresses belonging to this subnetwork secondary range.
      com.google.protobuf.ByteString getIpCidrRangeBytes()
      The range of IP addresses belonging to this subnetwork secondary range.
      String getRangeName()
      The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.
      com.google.protobuf.ByteString getRangeNameBytes()
      The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.
      UsableSubnetworkSecondaryRange.Status getStatus()
      This field is to determine the status of the secondary range programmably.
      int getStatusValue()
      This field is to determine the status of the secondary range programmably.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getRangeName

        String getRangeName()
         The name associated with this subnetwork secondary range, used when adding
         an alias IP range to a VM instance.
         
        string range_name = 1;
        Returns:
        The rangeName.
      • getRangeNameBytes

        com.google.protobuf.ByteString getRangeNameBytes()
         The name associated with this subnetwork secondary range, used when adding
         an alias IP range to a VM instance.
         
        string range_name = 1;
        Returns:
        The bytes for rangeName.
      • getIpCidrRange

        String getIpCidrRange()
         The range of IP addresses belonging to this subnetwork secondary range.
         
        string ip_cidr_range = 2;
        Returns:
        The ipCidrRange.
      • getIpCidrRangeBytes

        com.google.protobuf.ByteString getIpCidrRangeBytes()
         The range of IP addresses belonging to this subnetwork secondary range.
         
        string ip_cidr_range = 2;
        Returns:
        The bytes for ipCidrRange.
      • getStatusValue

        int getStatusValue()
         This field is to determine the status of the secondary range programmably.
         
        .google.container.v1.UsableSubnetworkSecondaryRange.Status status = 3;
        Returns:
        The enum numeric value on the wire for status.
      • getStatus

        UsableSubnetworkSecondaryRange.Status getStatus()
         This field is to determine the status of the secondary range programmably.
         
        .google.container.v1.UsableSubnetworkSecondaryRange.Status status = 3;
        Returns:
        The status.