Uses of Class
com.tencentcloudapi.ecm.v20190719.models.PrivateIpAddressSpecification
-
Packages that use PrivateIpAddressSpecification Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of PrivateIpAddressSpecification in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return PrivateIpAddressSpecification Modifier and Type Method Description PrivateIpAddressSpecification[]AssignPrivateIpAddressesRequest. getPrivateIpAddresses()Get 指定的内网IP信息,单次最多指定10个。与SecondaryPrivateIpAddressCount至少提供一个。PrivateIpAddressSpecification[]CreateNetworkInterfaceRequest. getPrivateIpAddresses()Get 指定的内网IP信息,单次最多指定10个。PrivateIpAddressSpecification[]ModifyPrivateIpAddressesAttributeRequest. getPrivateIpAddresses()Get 指定的内网IP信息。PrivateIpAddressSpecification[]RemovePrivateIpAddressesRequest. getPrivateIpAddresses()Get 指定的内网IP信息,单次最多指定10个。PrivateIpAddressSpecification[]AssignPrivateIpAddressesResponse. getPrivateIpAddressSet()Get 内网IP详细信息。 注意:此字段可能返回 null,表示取不到有效值。PrivateIpAddressSpecification[]NetworkInterface. getPrivateIpAddressSet()Get 内网IP信息。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type PrivateIpAddressSpecification Modifier and Type Method Description voidAssignPrivateIpAddressesRequest. setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)Set 指定的内网IP信息,单次最多指定10个。与SecondaryPrivateIpAddressCount至少提供一个。voidCreateNetworkInterfaceRequest. setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)Set 指定的内网IP信息,单次最多指定10个。voidModifyPrivateIpAddressesAttributeRequest. setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)Set 指定的内网IP信息。voidRemovePrivateIpAddressesRequest. setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)Set 指定的内网IP信息,单次最多指定10个。voidAssignPrivateIpAddressesResponse. setPrivateIpAddressSet(PrivateIpAddressSpecification[] PrivateIpAddressSet)Set 内网IP详细信息。 注意:此字段可能返回 null,表示取不到有效值。voidNetworkInterface. setPrivateIpAddressSet(PrivateIpAddressSpecification[] PrivateIpAddressSet)Set 内网IP信息。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type PrivateIpAddressSpecification Constructor Description PrivateIpAddressSpecification(PrivateIpAddressSpecification 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.
-