Compute V1 Client - Class ManagementType (2.0.0)

Reference documentation and code samples for the Compute V1 Client class ManagementType.

[Output Only] The resource that configures and manages this BGP peer. - MANAGED_BY_USER is the default value and can be managed by you or other users - MANAGED_BY_ATTACHMENT is a BGP peer that is configured and managed by Cloud Interconnect, specifically by an InterconnectAttachment of type PARTNER. Google automatically creates, updates, and deletes this type of BGP peer when the PARTNER InterconnectAttachment is created, updated, or deleted.

Protobuf type google.cloud.compute.v1.RouterBgpPeer.ManagementType

Namespace

Google \ Cloud \ Compute \ V1 \ RouterBgpPeer

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_MANAGEMENT_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_MANAGEMENT_TYPE = 0;

MANAGED_BY_ATTACHMENT

Value: 458926411

The BGP peer is automatically created for PARTNER type InterconnectAttachment; Google will automatically create/delete this BGP peer when the PARTNER InterconnectAttachment is created/deleted, and Google will update the ipAddress and peerIpAddress when the PARTNER InterconnectAttachment is provisioned. This type of BGP peer cannot be created or deleted, but can be modified for all fields except for name, ipAddress and peerIpAddress.

Generated from protobuf enum MANAGED_BY_ATTACHMENT = 458926411;

MANAGED_BY_USER

Value: 317294067

Default value, the BGP peer is manually created and managed by user.

Generated from protobuf enum MANAGED_BY_USER = 317294067;