Class LocalNetInfo

    • Constructor Detail

      • LocalNetInfo

        public LocalNetInfo()
      • LocalNetInfo

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

      • getProtocol

        public String getProtocol()
        Get 协议 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Protocol 协议 注意:此字段可能返回 null,表示取不到有效值。
      • setProtocol

        public void setProtocol​(String Protocol)
        Set 协议 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Protocol - 协议 注意:此字段可能返回 null,表示取不到有效值。
      • getVpcId

        public String getVpcId()
        Get 网络id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        VpcId 网络id 注意:此字段可能返回 null,表示取不到有效值。
      • setVpcId

        public void setVpcId​(String VpcId)
        Set 网络id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        VpcId - 网络id 注意:此字段可能返回 null,表示取不到有效值。
      • getBGPRoute

        public String getBGPRoute()
        Get 路由信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BGPRoute 路由信息 注意:此字段可能返回 null,表示取不到有效值。
      • setBGPRoute

        public void setBGPRoute​(String BGPRoute)
        Set 路由信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BGPRoute - 路由信息 注意:此字段可能返回 null,表示取不到有效值。
      • getLocalIp

        public String getLocalIp()
        Get 本地IP 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LocalIp 本地IP 注意:此字段可能返回 null,表示取不到有效值。
      • setLocalIp

        public void setLocalIp​(String LocalIp)
        Set 本地IP 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LocalIp - 本地IP 注意:此字段可能返回 null,表示取不到有效值。