Skip to content

IpWhiteListProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Maxcompute;
new IpWhiteListProperty {
    object IpList = null,
    object VpcIpList = null
};

Properties

Name Type Description
IpList object No description.
VpcIpList object No description.

IpListOptional

public object IpList { get; set; }
  • Type: object

VpcIpListOptional

public object VpcIpList { get; set; }
  • Type: object