Class CreateCustomerGatewayRequest


  • public class CreateCustomerGatewayRequest
    extends AbstractModel
    • Constructor Detail

      • CreateCustomerGatewayRequest

        public CreateCustomerGatewayRequest()
      • CreateCustomerGatewayRequest

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

      • getCustomerGatewayName

        public String getCustomerGatewayName()
        Get 对端网关名称,可任意命名,但不得超过60个字符。
        Returns:
        CustomerGatewayName 对端网关名称,可任意命名,但不得超过60个字符。
      • setCustomerGatewayName

        public void setCustomerGatewayName​(String CustomerGatewayName)
        Set 对端网关名称,可任意命名,但不得超过60个字符。
        Parameters:
        CustomerGatewayName - 对端网关名称,可任意命名,但不得超过60个字符。
      • getIpAddress

        public String getIpAddress()
        Get 对端网关公网IP。
        Returns:
        IpAddress 对端网关公网IP。
      • setIpAddress

        public void setIpAddress​(String IpAddress)
        Set 对端网关公网IP。
        Parameters:
        IpAddress - 对端网关公网IP。
      • getTags

        public Tag[] getTags()
        Get 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
        Returns:
        Tags 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
      • setTags

        public void setTags​(Tag[] Tags)
        Set 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
        Parameters:
        Tags - 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]