Class EksService

    • Constructor Detail

      • EksService

        public EksService()
      • EksService

        public EksService​(EksService 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

      • getName

        public String getName()
        Get service name
        Returns:
        Name service name
      • setName

        public void setName​(String Name)
        Set service name
        Parameters:
        Name - service name
      • getPorts

        public Long[] getPorts()
        Get 可用端口
        Returns:
        Ports 可用端口
      • setPorts

        public void setPorts​(Long[] Ports)
        Set 可用端口
        Parameters:
        Ports - 可用端口
      • getYaml

        public String getYaml()
        Get yaml 内容
        Returns:
        Yaml yaml 内容
      • setYaml

        public void setYaml​(String Yaml)
        Set yaml 内容
        Parameters:
        Yaml - yaml 内容
      • getServiceName

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

        public void setServiceName​(String ServiceName)
        Set 服务名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ServiceName - 服务名 注意:此字段可能返回 null,表示取不到有效值。
      • getVersionName

        public String getVersionName()
        Get 版本名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        VersionName 版本名 注意:此字段可能返回 null,表示取不到有效值。
      • setVersionName

        public void setVersionName​(String VersionName)
        Set 版本名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        VersionName - 版本名 注意:此字段可能返回 null,表示取不到有效值。
      • getClusterIp

        public String[] getClusterIp()
        Get 内网ip 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ClusterIp 内网ip 注意:此字段可能返回 null,表示取不到有效值。
      • setClusterIp

        public void setClusterIp​(String[] ClusterIp)
        Set 内网ip 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ClusterIp - 内网ip 注意:此字段可能返回 null,表示取不到有效值。
      • getExternalIp

        public String getExternalIp()
        Get 外网ip 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ExternalIp 外网ip 注意:此字段可能返回 null,表示取不到有效值。
      • setExternalIp

        public void setExternalIp​(String ExternalIp)
        Set 外网ip 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ExternalIp - 外网ip 注意:此字段可能返回 null,表示取不到有效值。
      • getType

        public String getType()
        Get 访问类型,可选值: - EXTERNAL(公网访问) - VPC(vpc内访问) - CLUSTER(集群内访问) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Type 访问类型,可选值: - EXTERNAL(公网访问) - VPC(vpc内访问) - CLUSTER(集群内访问) 注意:此字段可能返回 null,表示取不到有效值。
      • setType

        public void setType​(String Type)
        Set 访问类型,可选值: - EXTERNAL(公网访问) - VPC(vpc内访问) - CLUSTER(集群内访问) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Type - 访问类型,可选值: - EXTERNAL(公网访问) - VPC(vpc内访问) - CLUSTER(集群内访问) 注意:此字段可能返回 null,表示取不到有效值。
      • getSubnetId

        public String getSubnetId()
        Get 子网ID,只在类型为vpc访问时才有值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SubnetId 子网ID,只在类型为vpc访问时才有值 注意:此字段可能返回 null,表示取不到有效值。
      • setSubnetId

        public void setSubnetId​(String SubnetId)
        Set 子网ID,只在类型为vpc访问时才有值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SubnetId - 子网ID,只在类型为vpc访问时才有值 注意:此字段可能返回 null,表示取不到有效值。
      • getLoadBalanceId

        public String getLoadBalanceId()
        Get 负载均衡ID,只在外网访问和vpc内访问才有值,默认自动创建 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LoadBalanceId 负载均衡ID,只在外网访问和vpc内访问才有值,默认自动创建 注意:此字段可能返回 null,表示取不到有效值。
      • setLoadBalanceId

        public void setLoadBalanceId​(String LoadBalanceId)
        Set 负载均衡ID,只在外网访问和vpc内访问才有值,默认自动创建 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LoadBalanceId - 负载均衡ID,只在外网访问和vpc内访问才有值,默认自动创建 注意:此字段可能返回 null,表示取不到有效值。
      • getPortMappings

        public PortMapping[] getPortMappings()
        Get 端口映射 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PortMappings 端口映射 注意:此字段可能返回 null,表示取不到有效值。
      • setPortMappings

        public void setPortMappings​(PortMapping[] PortMappings)
        Set 端口映射 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PortMappings - 端口映射 注意:此字段可能返回 null,表示取不到有效值。