Class RouterStatusNatStatusNatRuleStatus.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatusNatStatusNatRuleStatus.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatusNatStatusNatRuleStatus.Builder>
      • getDefaultInstanceForType

        public RouterStatusNatStatusNatRuleStatus getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public RouterStatusNatStatusNatRuleStatus build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public RouterStatusNatStatusNatRuleStatus buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatusNatStatusNatRuleStatus.Builder>
      • getActiveNatIpsList

        public com.google.protobuf.ProtocolStringList getActiveNatIpsList()
         A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string active_nat_ips = 208517077;
        Specified by:
        getActiveNatIpsList in interface RouterStatusNatStatusNatRuleStatusOrBuilder
        Returns:
        A list containing the activeNatIps.
      • getActiveNatIps

        public String getActiveNatIps​(int index)
         A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string active_nat_ips = 208517077;
        Specified by:
        getActiveNatIps in interface RouterStatusNatStatusNatRuleStatusOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The activeNatIps at the given index.
      • getActiveNatIpsBytes

        public com.google.protobuf.ByteString getActiveNatIpsBytes​(int index)
         A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string active_nat_ips = 208517077;
        Specified by:
        getActiveNatIpsBytes in interface RouterStatusNatStatusNatRuleStatusOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the activeNatIps at the given index.
      • setActiveNatIps

        public RouterStatusNatStatusNatRuleStatus.Builder setActiveNatIps​(int index,
                                                                          String value)
         A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string active_nat_ips = 208517077;
        Parameters:
        index - The index to set the value at.
        value - The activeNatIps to set.
        Returns:
        This builder for chaining.
      • addActiveNatIps

        public RouterStatusNatStatusNatRuleStatus.Builder addActiveNatIps​(String value)
         A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string active_nat_ips = 208517077;
        Parameters:
        value - The activeNatIps to add.
        Returns:
        This builder for chaining.
      • addAllActiveNatIps

        public RouterStatusNatStatusNatRuleStatus.Builder addAllActiveNatIps​(Iterable<String> values)
         A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string active_nat_ips = 208517077;
        Parameters:
        values - The activeNatIps to add.
        Returns:
        This builder for chaining.
      • clearActiveNatIps

        public RouterStatusNatStatusNatRuleStatus.Builder clearActiveNatIps()
         A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string active_nat_ips = 208517077;
        Returns:
        This builder for chaining.
      • addActiveNatIpsBytes

        public RouterStatusNatStatusNatRuleStatus.Builder addActiveNatIpsBytes​(com.google.protobuf.ByteString value)
         A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string active_nat_ips = 208517077;
        Parameters:
        value - The bytes of the activeNatIps to add.
        Returns:
        This builder for chaining.
      • getDrainNatIpsList

        public com.google.protobuf.ProtocolStringList getDrainNatIpsList()
         A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string drain_nat_ips = 504078535;
        Specified by:
        getDrainNatIpsList in interface RouterStatusNatStatusNatRuleStatusOrBuilder
        Returns:
        A list containing the drainNatIps.
      • getDrainNatIpsCount

        public int getDrainNatIpsCount()
         A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string drain_nat_ips = 504078535;
        Specified by:
        getDrainNatIpsCount in interface RouterStatusNatStatusNatRuleStatusOrBuilder
        Returns:
        The count of drainNatIps.
      • getDrainNatIps

        public String getDrainNatIps​(int index)
         A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string drain_nat_ips = 504078535;
        Specified by:
        getDrainNatIps in interface RouterStatusNatStatusNatRuleStatusOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The drainNatIps at the given index.
      • getDrainNatIpsBytes

        public com.google.protobuf.ByteString getDrainNatIpsBytes​(int index)
         A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string drain_nat_ips = 504078535;
        Specified by:
        getDrainNatIpsBytes in interface RouterStatusNatStatusNatRuleStatusOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the drainNatIps at the given index.
      • setDrainNatIps

        public RouterStatusNatStatusNatRuleStatus.Builder setDrainNatIps​(int index,
                                                                         String value)
         A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string drain_nat_ips = 504078535;
        Parameters:
        index - The index to set the value at.
        value - The drainNatIps to set.
        Returns:
        This builder for chaining.
      • addDrainNatIps

        public RouterStatusNatStatusNatRuleStatus.Builder addDrainNatIps​(String value)
         A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string drain_nat_ips = 504078535;
        Parameters:
        value - The drainNatIps to add.
        Returns:
        This builder for chaining.
      • addAllDrainNatIps

        public RouterStatusNatStatusNatRuleStatus.Builder addAllDrainNatIps​(Iterable<String> values)
         A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string drain_nat_ips = 504078535;
        Parameters:
        values - The drainNatIps to add.
        Returns:
        This builder for chaining.
      • clearDrainNatIps

        public RouterStatusNatStatusNatRuleStatus.Builder clearDrainNatIps()
         A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string drain_nat_ips = 504078535;
        Returns:
        This builder for chaining.
      • addDrainNatIpsBytes

        public RouterStatusNatStatusNatRuleStatus.Builder addDrainNatIpsBytes​(com.google.protobuf.ByteString value)
         A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
         
        repeated string drain_nat_ips = 504078535;
        Parameters:
        value - The bytes of the drainNatIps to add.
        Returns:
        This builder for chaining.
      • hasMinExtraIpsNeeded

        public boolean hasMinExtraIpsNeeded()
         The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.
         
        optional int32 min_extra_ips_needed = 353002756;
        Specified by:
        hasMinExtraIpsNeeded in interface RouterStatusNatStatusNatRuleStatusOrBuilder
        Returns:
        Whether the minExtraIpsNeeded field is set.
      • getMinExtraIpsNeeded

        public int getMinExtraIpsNeeded()
         The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.
         
        optional int32 min_extra_ips_needed = 353002756;
        Specified by:
        getMinExtraIpsNeeded in interface RouterStatusNatStatusNatRuleStatusOrBuilder
        Returns:
        The minExtraIpsNeeded.
      • setMinExtraIpsNeeded

        public RouterStatusNatStatusNatRuleStatus.Builder setMinExtraIpsNeeded​(int value)
         The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.
         
        optional int32 min_extra_ips_needed = 353002756;
        Parameters:
        value - The minExtraIpsNeeded to set.
        Returns:
        This builder for chaining.
      • clearMinExtraIpsNeeded

        public RouterStatusNatStatusNatRuleStatus.Builder clearMinExtraIpsNeeded()
         The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.
         
        optional int32 min_extra_ips_needed = 353002756;
        Returns:
        This builder for chaining.
      • hasNumVmEndpointsWithNatMappings

        public boolean hasNumVmEndpointsWithNatMappings()
         Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.
         
        optional int32 num_vm_endpoints_with_nat_mappings = 512367468;
        Specified by:
        hasNumVmEndpointsWithNatMappings in interface RouterStatusNatStatusNatRuleStatusOrBuilder
        Returns:
        Whether the numVmEndpointsWithNatMappings field is set.
      • setNumVmEndpointsWithNatMappings

        public RouterStatusNatStatusNatRuleStatus.Builder setNumVmEndpointsWithNatMappings​(int value)
         Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.
         
        optional int32 num_vm_endpoints_with_nat_mappings = 512367468;
        Parameters:
        value - The numVmEndpointsWithNatMappings to set.
        Returns:
        This builder for chaining.
      • clearNumVmEndpointsWithNatMappings

        public RouterStatusNatStatusNatRuleStatus.Builder clearNumVmEndpointsWithNatMappings()
         Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.
         
        optional int32 num_vm_endpoints_with_nat_mappings = 512367468;
        Returns:
        This builder for chaining.
      • setRuleNumber

        public RouterStatusNatStatusNatRuleStatus.Builder setRuleNumber​(int value)
         Rule number of the rule.
         
        optional int32 rule_number = 535211500;
        Parameters:
        value - The ruleNumber to set.
        Returns:
        This builder for chaining.