Class IngressPrivateLinkInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.IngressPrivateLinkInfo
-
public class IngressPrivateLinkInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description IngressPrivateLinkInfo()IngressPrivateLinkInfo(IngressPrivateLinkInfo 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getInnerHttpAddr()Get 内网http调用地址 注意:此字段可能返回 null,表示取不到有效值。String[]getInnerHttpsAddr()Get 内网https调用地址 注意:此字段可能返回 null,表示取不到有效值。StringgetSubnetId()Get 用户子网ID 注意:此字段可能返回 null,表示取不到有效值。StringgetVpcId()Get 用户VpcId 注意:此字段可能返回 null,表示取不到有效值。voidsetInnerHttpAddr(String[] InnerHttpAddr)Set 内网http调用地址 注意:此字段可能返回 null,表示取不到有效值。voidsetInnerHttpsAddr(String[] InnerHttpsAddr)Set 内网https调用地址 注意:此字段可能返回 null,表示取不到有效值。voidsetSubnetId(String SubnetId)Set 用户子网ID 注意:此字段可能返回 null,表示取不到有效值。voidsetVpcId(String VpcId)Set 用户VpcId 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
IngressPrivateLinkInfo
public IngressPrivateLinkInfo()
-
IngressPrivateLinkInfo
public IngressPrivateLinkInfo(IngressPrivateLinkInfo 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 用户VpcId 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcId 用户VpcId 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcId
public void setVpcId(String VpcId)
Set 用户VpcId 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcId- 用户VpcId 注意:此字段可能返回 null,表示取不到有效值。
-
getSubnetId
public String getSubnetId()
Get 用户子网ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubnetId 用户子网ID 注意:此字段可能返回 null,表示取不到有效值。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 用户子网ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubnetId- 用户子网ID 注意:此字段可能返回 null,表示取不到有效值。
-
getInnerHttpAddr
public String[] getInnerHttpAddr()
Get 内网http调用地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InnerHttpAddr 内网http调用地址 注意:此字段可能返回 null,表示取不到有效值。
-
setInnerHttpAddr
public void setInnerHttpAddr(String[] InnerHttpAddr)
Set 内网http调用地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InnerHttpAddr- 内网http调用地址 注意:此字段可能返回 null,表示取不到有效值。
-
getInnerHttpsAddr
public String[] getInnerHttpsAddr()
Get 内网https调用地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InnerHttpsAddr 内网https调用地址 注意:此字段可能返回 null,表示取不到有效值。
-
setInnerHttpsAddr
public void setInnerHttpsAddr(String[] InnerHttpsAddr)
Set 内网https调用地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InnerHttpsAddr- 内网https调用地址 注意:此字段可能返回 null,表示取不到有效值。
-
-