Class ExposeServiceRequest

    • Constructor Detail

      • ExposeServiceRequest

        public ExposeServiceRequest()
      • ExposeServiceRequest

        public ExposeServiceRequest​(ExposeServiceRequest 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
        Returns:
        ServiceId 服务Id
      • setServiceId

        public void setServiceId​(String ServiceId)
        Set 服务Id
        Parameters:
        ServiceId - 服务Id
      • getExposeType

        public String getExposeType()
        Get 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)
        Returns:
        ExposeType 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)
      • setExposeType

        public void setExposeType​(String ExposeType)
        Set 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)
        Parameters:
        ExposeType - 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)
      • getVpcId

        public String getVpcId()
        Get 暴露方式为 VPC 时,填写需要打通的私有网络Id
        Returns:
        VpcId 暴露方式为 VPC 时,填写需要打通的私有网络Id
      • setVpcId

        public void setVpcId​(String VpcId)
        Set 暴露方式为 VPC 时,填写需要打通的私有网络Id
        Parameters:
        VpcId - 暴露方式为 VPC 时,填写需要打通的私有网络Id
      • getSubnetId

        public String getSubnetId()
        Get 暴露方式为 VPC 时,填写需要打通的子网Id
        Returns:
        SubnetId 暴露方式为 VPC 时,填写需要打通的子网Id
      • setSubnetId

        public void setSubnetId​(String SubnetId)
        Set 暴露方式为 VPC 时,填写需要打通的子网Id
        Parameters:
        SubnetId - 暴露方式为 VPC 时,填写需要打通的子网Id