Class DnsVpcSwitch

    • Constructor Detail

      • DnsVpcSwitch

        public DnsVpcSwitch()
      • DnsVpcSwitch

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

      • getVpcId

        public String getVpcId()
        Get vpc id
        Returns:
        VpcId vpc id
      • setVpcId

        public void setVpcId​(String VpcId)
        Set vpc id
        Parameters:
        VpcId - vpc id
      • getStatus

        public Long getStatus()
        Get 0:设置为关闭 1:设置为打开
        Returns:
        Status 0:设置为关闭 1:设置为打开
      • setStatus

        public void setStatus​(Long Status)
        Set 0:设置为关闭 1:设置为打开
        Parameters:
        Status - 0:设置为关闭 1:设置为打开