ipv6EndpointType property

String? ipv6EndpointType
getter/setter pair

The endpoint type of this address, which should be VM or NETLB.

This is used for deciding which type of endpoint this address can be used after the external IPv6 address reservation. Possible string values are:

  • "NETLB" : Reserved IPv6 address can be used on network load balancer.
  • "VM" : Reserved IPv6 address can be used on VM.

Implementation

core.String? ipv6EndpointType;