Skip to content

ProxyProtocolV2ConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Nlb;
new ProxyProtocolV2ConfigProperty {
    object Ppv2PrivateLinkEpIdEnabled = null,
    object Ppv2PrivateLinkEpsIdEnabled = null,
    object Ppv2VpcIdEnabled = null
};

Properties

Name Type Description
Ppv2PrivateLinkEpIdEnabled object No description.
Ppv2PrivateLinkEpsIdEnabled object No description.
Ppv2VpcIdEnabled object No description.

Ppv2PrivateLinkEpIdEnabledOptional

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

Ppv2PrivateLinkEpsIdEnabledOptional

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

Ppv2VpcIdEnabledOptional

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