Class CloudNativeAPIGatewayVpcConfig


  • public class CloudNativeAPIGatewayVpcConfig
    extends AbstractModel
    • Constructor Detail

      • CloudNativeAPIGatewayVpcConfig

        public CloudNativeAPIGatewayVpcConfig()
      • CloudNativeAPIGatewayVpcConfig

        public CloudNativeAPIGatewayVpcConfig​(CloudNativeAPIGatewayVpcConfig 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 私有网络ID。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        VpcId 私有网络ID。 注意:此字段可能返回 null,表示取不到有效值。
      • setVpcId

        public void setVpcId​(String VpcId)
        Set 私有网络ID。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        VpcId - 私有网络ID。 注意:此字段可能返回 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,表示取不到有效值。