PrivateNetworkWhiteIpGroupProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Elasticsearchserverless;
new PrivateNetworkWhiteIpGroupProperty {
object GroupName,
object Ips = null
};
Properties
Name | Type | Description |
---|---|---|
GroupName |
object |
No description. |
Ips |
object |
No description. |
GroupName
Required
public object GroupName { get; set; }
- Type: object
Ips
Optional
public object Ips { get; set; }
- Type: object