Class VpcInfo

    • Constructor Detail

      • VpcInfo

        public VpcInfo()
      • VpcInfo

        public VpcInfo​(VpcInfo 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
      • getSubnetId

        public String getSubnetId()
        Get 子网ID
        Returns:
        SubnetId 子网ID
      • setSubnetId

        public void setSubnetId​(String SubnetId)
        Set 子网ID
        Parameters:
        SubnetId - 子网ID
      • getIntranetAddress

        public String getIntranetAddress()
        Get 内网访问地址 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IntranetAddress 内网访问地址 注意:此字段可能返回 null,表示取不到有效值。
      • setIntranetAddress

        public void setIntranetAddress​(String IntranetAddress)
        Set 内网访问地址 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IntranetAddress - 内网访问地址 注意:此字段可能返回 null,表示取不到有效值。