Class VpcFwInstance

    • Constructor Detail

      • VpcFwInstance

        public VpcFwInstance()
      • VpcFwInstance

        public VpcFwInstance​(VpcFwInstance 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 防火墙实例名称
        Returns:
        Name 防火墙实例名称
      • setName

        public void setName​(String Name)
        Set 防火墙实例名称
        Parameters:
        Name - 防火墙实例名称
      • getVpcIds

        public String[] getVpcIds()
        Get 私有网络模式下接入的VpcId列表;仅私有网络模式使用
        Returns:
        VpcIds 私有网络模式下接入的VpcId列表;仅私有网络模式使用
      • setVpcIds

        public void setVpcIds​(String[] VpcIds)
        Set 私有网络模式下接入的VpcId列表;仅私有网络模式使用
        Parameters:
        VpcIds - 私有网络模式下接入的VpcId列表;仅私有网络模式使用
      • getFwDeploy

        public FwDeploy getFwDeploy()
        Get 部署地域信息
        Returns:
        FwDeploy 部署地域信息
      • setFwDeploy

        public void setFwDeploy​(FwDeploy FwDeploy)
        Set 部署地域信息
        Parameters:
        FwDeploy - 部署地域信息
      • getFwInsId

        public String getFwInsId()
        Get 防火墙实例ID (编辑场景传)
        Returns:
        FwInsId 防火墙实例ID (编辑场景传)
      • setFwInsId

        public void setFwInsId​(String FwInsId)
        Set 防火墙实例ID (编辑场景传)
        Parameters:
        FwInsId - 防火墙实例ID (编辑场景传)