Class CloudNativeAPIGatewayBalancedService


  • public class CloudNativeAPIGatewayBalancedService
    extends AbstractModel
    • Constructor Detail

      • CloudNativeAPIGatewayBalancedService

        public CloudNativeAPIGatewayBalancedService()
      • CloudNativeAPIGatewayBalancedService

        public CloudNativeAPIGatewayBalancedService​(CloudNativeAPIGatewayBalancedService source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getServiceID

        public String getServiceID()
        Get 服务 ID,作为入参时,必填 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ServiceID 服务 ID,作为入参时,必填 注意:此字段可能返回 null,表示取不到有效值。
      • setServiceID

        public void setServiceID​(String ServiceID)
        Set 服务 ID,作为入参时,必填 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ServiceID - 服务 ID,作为入参时,必填 注意:此字段可能返回 null,表示取不到有效值。
      • getServiceName

        public String getServiceName()
        Get 服务名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ServiceName 服务名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。
      • setServiceName

        public void setServiceName​(String ServiceName)
        Set 服务名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ServiceName - 服务名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。
      • getUpstreamName

        public String getUpstreamName()
        Get Upstream 名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UpstreamName Upstream 名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。
      • setUpstreamName

        public void setUpstreamName​(String UpstreamName)
        Set Upstream 名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UpstreamName - Upstream 名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。
      • getPercent

        public Float getPercent()
        Get 百分比,10 即 10%,范围0-100 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Percent 百分比,10 即 10%,范围0-100 注意:此字段可能返回 null,表示取不到有效值。
      • setPercent

        public void setPercent​(Float Percent)
        Set 百分比,10 即 10%,范围0-100 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Percent - 百分比,10 即 10%,范围0-100 注意:此字段可能返回 null,表示取不到有效值。