Uses of Class
com.tencentcloudapi.ecm.v20190719.models.PrivateIPAddressInfo
-
Packages that use PrivateIPAddressInfo Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of PrivateIPAddressInfo in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return PrivateIPAddressInfo Modifier and Type Method Description PrivateIPAddressInfoAddressInfo. getPrivateIPAddressInfo()Get 实例的内网ip相关信息。 注意:此字段可能返回 null,表示取不到有效值。PrivateIPAddressInfo[]Internet. getPrivateIPAddressSet()Get 实例的内网相关信息列表。顺序为主网卡在前,辅助网卡按绑定先后顺序排列。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type PrivateIPAddressInfo Modifier and Type Method Description voidAddressInfo. setPrivateIPAddressInfo(PrivateIPAddressInfo PrivateIPAddressInfo)Set 实例的内网ip相关信息。 注意:此字段可能返回 null,表示取不到有效值。voidInternet. setPrivateIPAddressSet(PrivateIPAddressInfo[] PrivateIPAddressSet)Set 实例的内网相关信息列表。顺序为主网卡在前,辅助网卡按绑定先后顺序排列。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type PrivateIPAddressInfo Constructor Description PrivateIPAddressInfo(PrivateIPAddressInfo 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.
-