Class DescribeNetworkFirewallPolicyDetailResponse


  • public class DescribeNetworkFirewallPolicyDetailResponse
    extends AbstractModel
    • Constructor Detail

      • DescribeNetworkFirewallPolicyDetailResponse

        public DescribeNetworkFirewallPolicyDetailResponse()
      • DescribeNetworkFirewallPolicyDetailResponse

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

      • getClusterId

        public String getClusterId()
        Get 集群Id
        Returns:
        ClusterId 集群Id
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 集群Id
        Parameters:
        ClusterId - 集群Id
      • getPolicyName

        public String getPolicyName()
        Get 策略名
        Returns:
        PolicyName 策略名
      • setPolicyName

        public void setPolicyName​(String PolicyName)
        Set 策略名
        Parameters:
        PolicyName - 策略名
      • getNamespace

        public String getNamespace()
        Get 命名空间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Namespace 命名空间 注意:此字段可能返回 null,表示取不到有效值。
      • setNamespace

        public void setNamespace​(String Namespace)
        Set 命名空间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Namespace - 命名空间 注意:此字段可能返回 null,表示取不到有效值。
      • getFromPolicyRule

        public Long getFromPolicyRule()
        Get 入站类型
        Returns:
        FromPolicyRule 入站类型
      • setFromPolicyRule

        public void setFromPolicyRule​(Long FromPolicyRule)
        Set 入站类型
        Parameters:
        FromPolicyRule - 入站类型
      • getToPolicyRule

        public Long getToPolicyRule()
        Get 出站类型
        Returns:
        ToPolicyRule 出站类型
      • setToPolicyRule

        public void setToPolicyRule​(Long ToPolicyRule)
        Set 出站类型
        Parameters:
        ToPolicyRule - 出站类型
      • getCustomPolicy

        public NetworkCustomPolicy[] getCustomPolicy()
        Get 自定义规则 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CustomPolicy 自定义规则 注意:此字段可能返回 null,表示取不到有效值。
      • setCustomPolicy

        public void setCustomPolicy​(NetworkCustomPolicy[] CustomPolicy)
        Set 自定义规则 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CustomPolicy - 自定义规则 注意:此字段可能返回 null,表示取不到有效值。
      • getPodSelector

        public String getPodSelector()
        Get pod选择器
        Returns:
        PodSelector pod选择器
      • setPodSelector

        public void setPodSelector​(String PodSelector)
        Set pod选择器
        Parameters:
        PodSelector - pod选择器
      • getDescription

        public String getDescription()
        Get 策略描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Description 策略描述 注意:此字段可能返回 null,表示取不到有效值。
      • setDescription

        public void setDescription​(String Description)
        Set 策略描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Description - 策略描述 注意:此字段可能返回 null,表示取不到有效值。
      • getPolicyCreateTime

        public String getPolicyCreateTime()
        Get 策略创建时间
        Returns:
        PolicyCreateTime 策略创建时间
      • setPolicyCreateTime

        public void setPolicyCreateTime​(String PolicyCreateTime)
        Set 策略创建时间
        Parameters:
        PolicyCreateTime - 策略创建时间
      • getPolicySourceType

        public String getPolicySourceType()
        Get 策略源类型,分为System和Manual,分别代表手动和系统添加
        Returns:
        PolicySourceType 策略源类型,分为System和Manual,分别代表手动和系统添加
      • setPolicySourceType

        public void setPolicySourceType​(String PolicySourceType)
        Set 策略源类型,分为System和Manual,分别代表手动和系统添加
        Parameters:
        PolicySourceType - 策略源类型,分为System和Manual,分别代表手动和系统添加
      • getNetworkPolicyPlugin

        public String getNetworkPolicyPlugin()
        Get 网络策略对应的网络插件 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        NetworkPolicyPlugin 网络策略对应的网络插件 注意:此字段可能返回 null,表示取不到有效值。
      • setNetworkPolicyPlugin

        public void setNetworkPolicyPlugin​(String NetworkPolicyPlugin)
        Set 网络策略对应的网络插件 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        NetworkPolicyPlugin - 网络策略对应的网络插件 注意:此字段可能返回 null,表示取不到有效值。
      • getPublishStatus

        public String getPublishStatus()
        Get 网络策略状态
        Returns:
        PublishStatus 网络策略状态
      • setPublishStatus

        public void setPublishStatus​(String PublishStatus)
        Set 网络策略状态
        Parameters:
        PublishStatus - 网络策略状态
      • getPublishResult

        public String getPublishResult()
        Get 网络发布结果 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PublishResult 网络发布结果 注意:此字段可能返回 null,表示取不到有效值。
      • setPublishResult

        public void setPublishResult​(String PublishResult)
        Set 网络发布结果 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PublishResult - 网络发布结果 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。