Skip to content

PrivateNetworkProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Elasticsearchserverless;
new PrivateNetworkProperty {
    object Enabled,
    object PvlEndpointId,
    object Type,
    object VpcId,
    object WhiteIpGroup = null
};

Properties

Name Type Description
Enabled object No description.
PvlEndpointId object No description.
Type object No description.
VpcId object No description.
WhiteIpGroup object No description.

EnabledRequired

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

PvlEndpointIdRequired

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

TypeRequired

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

VpcIdRequired

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

WhiteIpGroupOptional

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