Class CreateBoundIPRequest

    • Constructor Detail

      • CreateBoundIPRequest

        public CreateBoundIPRequest()
      • CreateBoundIPRequest

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

      • getBusiness

        public String getBusiness()
        Get 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)
        Returns:
        Business 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)
      • setBusiness

        public void setBusiness​(String Business)
        Set 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)
        Parameters:
        Business - 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)
      • getId

        public String getId()
        Get 资源实例ID
        Returns:
        Id 资源实例ID
      • setId

        public void setId​(String Id)
        Set 资源实例ID
        Parameters:
        Id - 资源实例ID
      • getBoundDevList

        public BoundIpInfo[] getBoundDevList()
        Get 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
        Returns:
        BoundDevList 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
      • setBoundDevList

        public void setBoundDevList​(BoundIpInfo[] BoundDevList)
        Set 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
        Parameters:
        BoundDevList - 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
      • getUnBoundDevList

        public BoundIpInfo[] getUnBoundDevList()
        Get 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
        Returns:
        UnBoundDevList 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
      • setUnBoundDevList

        public void setUnBoundDevList​(BoundIpInfo[] UnBoundDevList)
        Set 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
        Parameters:
        UnBoundDevList - 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
      • getCopyPolicy

        public String getCopyPolicy()
        Get 已弃用,不填
        Returns:
        CopyPolicy 已弃用,不填
      • setCopyPolicy

        public void setCopyPolicy​(String CopyPolicy)
        Set 已弃用,不填
        Parameters:
        CopyPolicy - 已弃用,不填