Class: Google::Cloud::VmwareEngine::V1::PrivateConnection

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb

Overview

Private connection resource that provides connectivity for VMware Engine private clouds.

Defined Under Namespace

Modules: PeeringState, RoutingMode, State, Type

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Creation time of this resource.

Returns:



1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1435

class PrivateConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum State defines possible states of private connection.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The private connection is being created.
    CREATING = 1

    # The private connection is ready.
    ACTIVE = 2

    # The private connection is being updated.
    UPDATING = 3

    # The private connection is being deleted.
    DELETING = 4

    # The private connection is not provisioned, since no private cloud is
    # present for which this private connection is needed.
    UNPROVISIONED = 5

    # The private connection is in failed state.
    FAILED = 6
  end

  # Enum Type defines possible types of private connection.
  module Type
    # The default value. This value should never be used.
    TYPE_UNSPECIFIED = 0

    # Connection used for establishing [private services
    # access](https://cloud.google.com/vpc/docs/private-services-access).
    PRIVATE_SERVICE_ACCESS = 1

    # Connection used for connecting to NetApp Cloud Volumes.
    NETAPP_CLOUD_VOLUMES = 2

    # Connection used for connecting to Dell PowerScale.
    DELL_POWERSCALE = 3

    # Connection used for connecting to third-party services.
    THIRD_PARTY_SERVICE = 4
  end

  # Possible types for RoutingMode
  module RoutingMode
    # The default value. This value should never be used.
    ROUTING_MODE_UNSPECIFIED = 0

    # Global Routing Mode
    GLOBAL = 1

    # Regional Routing Mode
    REGIONAL = 2
  end

  # Enum PeeringState defines the possible states of peering between service
  # network and the vpc network peered to service network
  module PeeringState
    # The default value. This value is used if the peering state is omitted or
    # unknown.
    PEERING_STATE_UNSPECIFIED = 0

    # The peering is in active state.
    PEERING_ACTIVE = 1

    # The peering is in inactive state.
    PEERING_INACTIVE = 2
  end
end

#description::String

Returns Optional. User-provided description for this private connection.

Returns:

  • (::String)

    Optional. User-provided description for this private connection.



1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1435

class PrivateConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum State defines possible states of private connection.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The private connection is being created.
    CREATING = 1

    # The private connection is ready.
    ACTIVE = 2

    # The private connection is being updated.
    UPDATING = 3

    # The private connection is being deleted.
    DELETING = 4

    # The private connection is not provisioned, since no private cloud is
    # present for which this private connection is needed.
    UNPROVISIONED = 5

    # The private connection is in failed state.
    FAILED = 6
  end

  # Enum Type defines possible types of private connection.
  module Type
    # The default value. This value should never be used.
    TYPE_UNSPECIFIED = 0

    # Connection used for establishing [private services
    # access](https://cloud.google.com/vpc/docs/private-services-access).
    PRIVATE_SERVICE_ACCESS = 1

    # Connection used for connecting to NetApp Cloud Volumes.
    NETAPP_CLOUD_VOLUMES = 2

    # Connection used for connecting to Dell PowerScale.
    DELL_POWERSCALE = 3

    # Connection used for connecting to third-party services.
    THIRD_PARTY_SERVICE = 4
  end

  # Possible types for RoutingMode
  module RoutingMode
    # The default value. This value should never be used.
    ROUTING_MODE_UNSPECIFIED = 0

    # Global Routing Mode
    GLOBAL = 1

    # Regional Routing Mode
    REGIONAL = 2
  end

  # Enum PeeringState defines the possible states of peering between service
  # network and the vpc network peered to service network
  module PeeringState
    # The default value. This value is used if the peering state is omitted or
    # unknown.
    PEERING_STATE_UNSPECIFIED = 0

    # The peering is in active state.
    PEERING_ACTIVE = 1

    # The peering is in inactive state.
    PEERING_INACTIVE = 2
  end
end

#name::String (readonly)

Returns Output only. The resource name of the private connection. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/privateConnections/my-connection.

Returns:

  • (::String)

    Output only. The resource name of the private connection. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/privateConnections/my-connection



1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1435

class PrivateConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum State defines possible states of private connection.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The private connection is being created.
    CREATING = 1

    # The private connection is ready.
    ACTIVE = 2

    # The private connection is being updated.
    UPDATING = 3

    # The private connection is being deleted.
    DELETING = 4

    # The private connection is not provisioned, since no private cloud is
    # present for which this private connection is needed.
    UNPROVISIONED = 5

    # The private connection is in failed state.
    FAILED = 6
  end

  # Enum Type defines possible types of private connection.
  module Type
    # The default value. This value should never be used.
    TYPE_UNSPECIFIED = 0

    # Connection used for establishing [private services
    # access](https://cloud.google.com/vpc/docs/private-services-access).
    PRIVATE_SERVICE_ACCESS = 1

    # Connection used for connecting to NetApp Cloud Volumes.
    NETAPP_CLOUD_VOLUMES = 2

    # Connection used for connecting to Dell PowerScale.
    DELL_POWERSCALE = 3

    # Connection used for connecting to third-party services.
    THIRD_PARTY_SERVICE = 4
  end

  # Possible types for RoutingMode
  module RoutingMode
    # The default value. This value should never be used.
    ROUTING_MODE_UNSPECIFIED = 0

    # Global Routing Mode
    GLOBAL = 1

    # Regional Routing Mode
    REGIONAL = 2
  end

  # Enum PeeringState defines the possible states of peering between service
  # network and the vpc network peered to service network
  module PeeringState
    # The default value. This value is used if the peering state is omitted or
    # unknown.
    PEERING_STATE_UNSPECIFIED = 0

    # The peering is in active state.
    PEERING_ACTIVE = 1

    # The peering is in inactive state.
    PEERING_INACTIVE = 2
  end
end

#peering_id::String (readonly)

Returns Output only. VPC network peering id between given network VPC and VMwareEngineNetwork.

Returns:

  • (::String)

    Output only. VPC network peering id between given network VPC and VMwareEngineNetwork.



1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1435

class PrivateConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum State defines possible states of private connection.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The private connection is being created.
    CREATING = 1

    # The private connection is ready.
    ACTIVE = 2

    # The private connection is being updated.
    UPDATING = 3

    # The private connection is being deleted.
    DELETING = 4

    # The private connection is not provisioned, since no private cloud is
    # present for which this private connection is needed.
    UNPROVISIONED = 5

    # The private connection is in failed state.
    FAILED = 6
  end

  # Enum Type defines possible types of private connection.
  module Type
    # The default value. This value should never be used.
    TYPE_UNSPECIFIED = 0

    # Connection used for establishing [private services
    # access](https://cloud.google.com/vpc/docs/private-services-access).
    PRIVATE_SERVICE_ACCESS = 1

    # Connection used for connecting to NetApp Cloud Volumes.
    NETAPP_CLOUD_VOLUMES = 2

    # Connection used for connecting to Dell PowerScale.
    DELL_POWERSCALE = 3

    # Connection used for connecting to third-party services.
    THIRD_PARTY_SERVICE = 4
  end

  # Possible types for RoutingMode
  module RoutingMode
    # The default value. This value should never be used.
    ROUTING_MODE_UNSPECIFIED = 0

    # Global Routing Mode
    GLOBAL = 1

    # Regional Routing Mode
    REGIONAL = 2
  end

  # Enum PeeringState defines the possible states of peering between service
  # network and the vpc network peered to service network
  module PeeringState
    # The default value. This value is used if the peering state is omitted or
    # unknown.
    PEERING_STATE_UNSPECIFIED = 0

    # The peering is in active state.
    PEERING_ACTIVE = 1

    # The peering is in inactive state.
    PEERING_INACTIVE = 2
  end
end

#peering_state::Google::Cloud::VmwareEngine::V1::PrivateConnection::PeeringState (readonly)

Returns Output only. Peering state between service network and VMware Engine network.

Returns:



1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1435

class PrivateConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum State defines possible states of private connection.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The private connection is being created.
    CREATING = 1

    # The private connection is ready.
    ACTIVE = 2

    # The private connection is being updated.
    UPDATING = 3

    # The private connection is being deleted.
    DELETING = 4

    # The private connection is not provisioned, since no private cloud is
    # present for which this private connection is needed.
    UNPROVISIONED = 5

    # The private connection is in failed state.
    FAILED = 6
  end

  # Enum Type defines possible types of private connection.
  module Type
    # The default value. This value should never be used.
    TYPE_UNSPECIFIED = 0

    # Connection used for establishing [private services
    # access](https://cloud.google.com/vpc/docs/private-services-access).
    PRIVATE_SERVICE_ACCESS = 1

    # Connection used for connecting to NetApp Cloud Volumes.
    NETAPP_CLOUD_VOLUMES = 2

    # Connection used for connecting to Dell PowerScale.
    DELL_POWERSCALE = 3

    # Connection used for connecting to third-party services.
    THIRD_PARTY_SERVICE = 4
  end

  # Possible types for RoutingMode
  module RoutingMode
    # The default value. This value should never be used.
    ROUTING_MODE_UNSPECIFIED = 0

    # Global Routing Mode
    GLOBAL = 1

    # Regional Routing Mode
    REGIONAL = 2
  end

  # Enum PeeringState defines the possible states of peering between service
  # network and the vpc network peered to service network
  module PeeringState
    # The default value. This value is used if the peering state is omitted or
    # unknown.
    PEERING_STATE_UNSPECIFIED = 0

    # The peering is in active state.
    PEERING_ACTIVE = 1

    # The peering is in inactive state.
    PEERING_INACTIVE = 2
  end
end

#routing_mode::Google::Cloud::VmwareEngine::V1::PrivateConnection::RoutingMode

Returns Optional. Routing Mode. Default value is set to GLOBAL. For type = PRIVATE_SERVICE_ACCESS, this field can be set to GLOBAL or REGIONAL, for other types only GLOBAL is supported.

Returns:



1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1435

class PrivateConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum State defines possible states of private connection.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The private connection is being created.
    CREATING = 1

    # The private connection is ready.
    ACTIVE = 2

    # The private connection is being updated.
    UPDATING = 3

    # The private connection is being deleted.
    DELETING = 4

    # The private connection is not provisioned, since no private cloud is
    # present for which this private connection is needed.
    UNPROVISIONED = 5

    # The private connection is in failed state.
    FAILED = 6
  end

  # Enum Type defines possible types of private connection.
  module Type
    # The default value. This value should never be used.
    TYPE_UNSPECIFIED = 0

    # Connection used for establishing [private services
    # access](https://cloud.google.com/vpc/docs/private-services-access).
    PRIVATE_SERVICE_ACCESS = 1

    # Connection used for connecting to NetApp Cloud Volumes.
    NETAPP_CLOUD_VOLUMES = 2

    # Connection used for connecting to Dell PowerScale.
    DELL_POWERSCALE = 3

    # Connection used for connecting to third-party services.
    THIRD_PARTY_SERVICE = 4
  end

  # Possible types for RoutingMode
  module RoutingMode
    # The default value. This value should never be used.
    ROUTING_MODE_UNSPECIFIED = 0

    # Global Routing Mode
    GLOBAL = 1

    # Regional Routing Mode
    REGIONAL = 2
  end

  # Enum PeeringState defines the possible states of peering between service
  # network and the vpc network peered to service network
  module PeeringState
    # The default value. This value is used if the peering state is omitted or
    # unknown.
    PEERING_STATE_UNSPECIFIED = 0

    # The peering is in active state.
    PEERING_ACTIVE = 1

    # The peering is in inactive state.
    PEERING_INACTIVE = 2
  end
end

#service_network::String

Returns Required. Service network to create private connection. Specify the name in the following form: projects/{project}/global/networks/{network_id} For type = PRIVATE_SERVICE_ACCESS, this field represents servicenetworking VPC, e.g. projects/project-tp/global/networks/servicenetworking. For type = NETAPP_CLOUD_VOLUME, this field represents NetApp service VPC, e.g. projects/project-tp/global/networks/netapp-tenant-vpc. For type = DELL_POWERSCALE, this field represent Dell service VPC, e.g. projects/project-tp/global/networks/dell-tenant-vpc. For type= THIRD_PARTY_SERVICE, this field could represent a consumer VPC or any other producer VPC to which the VMware Engine Network needs to be connected, e.g. projects/project/global/networks/vpc.

Returns:

  • (::String)

    Required. Service network to create private connection. Specify the name in the following form: projects/{project}/global/networks/{network_id} For type = PRIVATE_SERVICE_ACCESS, this field represents servicenetworking VPC, e.g. projects/project-tp/global/networks/servicenetworking. For type = NETAPP_CLOUD_VOLUME, this field represents NetApp service VPC, e.g. projects/project-tp/global/networks/netapp-tenant-vpc. For type = DELL_POWERSCALE, this field represent Dell service VPC, e.g. projects/project-tp/global/networks/dell-tenant-vpc. For type= THIRD_PARTY_SERVICE, this field could represent a consumer VPC or any other producer VPC to which the VMware Engine Network needs to be connected, e.g. projects/project/global/networks/vpc.



1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1435

class PrivateConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum State defines possible states of private connection.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The private connection is being created.
    CREATING = 1

    # The private connection is ready.
    ACTIVE = 2

    # The private connection is being updated.
    UPDATING = 3

    # The private connection is being deleted.
    DELETING = 4

    # The private connection is not provisioned, since no private cloud is
    # present for which this private connection is needed.
    UNPROVISIONED = 5

    # The private connection is in failed state.
    FAILED = 6
  end

  # Enum Type defines possible types of private connection.
  module Type
    # The default value. This value should never be used.
    TYPE_UNSPECIFIED = 0

    # Connection used for establishing [private services
    # access](https://cloud.google.com/vpc/docs/private-services-access).
    PRIVATE_SERVICE_ACCESS = 1

    # Connection used for connecting to NetApp Cloud Volumes.
    NETAPP_CLOUD_VOLUMES = 2

    # Connection used for connecting to Dell PowerScale.
    DELL_POWERSCALE = 3

    # Connection used for connecting to third-party services.
    THIRD_PARTY_SERVICE = 4
  end

  # Possible types for RoutingMode
  module RoutingMode
    # The default value. This value should never be used.
    ROUTING_MODE_UNSPECIFIED = 0

    # Global Routing Mode
    GLOBAL = 1

    # Regional Routing Mode
    REGIONAL = 2
  end

  # Enum PeeringState defines the possible states of peering between service
  # network and the vpc network peered to service network
  module PeeringState
    # The default value. This value is used if the peering state is omitted or
    # unknown.
    PEERING_STATE_UNSPECIFIED = 0

    # The peering is in active state.
    PEERING_ACTIVE = 1

    # The peering is in inactive state.
    PEERING_INACTIVE = 2
  end
end

#state::Google::Cloud::VmwareEngine::V1::PrivateConnection::State (readonly)

Returns Output only. State of the private connection.

Returns:



1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1435

class PrivateConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum State defines possible states of private connection.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The private connection is being created.
    CREATING = 1

    # The private connection is ready.
    ACTIVE = 2

    # The private connection is being updated.
    UPDATING = 3

    # The private connection is being deleted.
    DELETING = 4

    # The private connection is not provisioned, since no private cloud is
    # present for which this private connection is needed.
    UNPROVISIONED = 5

    # The private connection is in failed state.
    FAILED = 6
  end

  # Enum Type defines possible types of private connection.
  module Type
    # The default value. This value should never be used.
    TYPE_UNSPECIFIED = 0

    # Connection used for establishing [private services
    # access](https://cloud.google.com/vpc/docs/private-services-access).
    PRIVATE_SERVICE_ACCESS = 1

    # Connection used for connecting to NetApp Cloud Volumes.
    NETAPP_CLOUD_VOLUMES = 2

    # Connection used for connecting to Dell PowerScale.
    DELL_POWERSCALE = 3

    # Connection used for connecting to third-party services.
    THIRD_PARTY_SERVICE = 4
  end

  # Possible types for RoutingMode
  module RoutingMode
    # The default value. This value should never be used.
    ROUTING_MODE_UNSPECIFIED = 0

    # Global Routing Mode
    GLOBAL = 1

    # Regional Routing Mode
    REGIONAL = 2
  end

  # Enum PeeringState defines the possible states of peering between service
  # network and the vpc network peered to service network
  module PeeringState
    # The default value. This value is used if the peering state is omitted or
    # unknown.
    PEERING_STATE_UNSPECIFIED = 0

    # The peering is in active state.
    PEERING_ACTIVE = 1

    # The peering is in inactive state.
    PEERING_INACTIVE = 2
  end
end

#type::Google::Cloud::VmwareEngine::V1::PrivateConnection::Type

Returns Required. Private connection type.

Returns:



1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1435

class PrivateConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum State defines possible states of private connection.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The private connection is being created.
    CREATING = 1

    # The private connection is ready.
    ACTIVE = 2

    # The private connection is being updated.
    UPDATING = 3

    # The private connection is being deleted.
    DELETING = 4

    # The private connection is not provisioned, since no private cloud is
    # present for which this private connection is needed.
    UNPROVISIONED = 5

    # The private connection is in failed state.
    FAILED = 6
  end

  # Enum Type defines possible types of private connection.
  module Type
    # The default value. This value should never be used.
    TYPE_UNSPECIFIED = 0

    # Connection used for establishing [private services
    # access](https://cloud.google.com/vpc/docs/private-services-access).
    PRIVATE_SERVICE_ACCESS = 1

    # Connection used for connecting to NetApp Cloud Volumes.
    NETAPP_CLOUD_VOLUMES = 2

    # Connection used for connecting to Dell PowerScale.
    DELL_POWERSCALE = 3

    # Connection used for connecting to third-party services.
    THIRD_PARTY_SERVICE = 4
  end

  # Possible types for RoutingMode
  module RoutingMode
    # The default value. This value should never be used.
    ROUTING_MODE_UNSPECIFIED = 0

    # Global Routing Mode
    GLOBAL = 1

    # Regional Routing Mode
    REGIONAL = 2
  end

  # Enum PeeringState defines the possible states of peering between service
  # network and the vpc network peered to service network
  module PeeringState
    # The default value. This value is used if the peering state is omitted or
    # unknown.
    PEERING_STATE_UNSPECIFIED = 0

    # The peering is in active state.
    PEERING_ACTIVE = 1

    # The peering is in inactive state.
    PEERING_INACTIVE = 2
  end
end

#uid::String (readonly)

Returns Output only. System-generated unique identifier for the resource.

Returns:

  • (::String)

    Output only. System-generated unique identifier for the resource.



1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1435

class PrivateConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum State defines possible states of private connection.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The private connection is being created.
    CREATING = 1

    # The private connection is ready.
    ACTIVE = 2

    # The private connection is being updated.
    UPDATING = 3

    # The private connection is being deleted.
    DELETING = 4

    # The private connection is not provisioned, since no private cloud is
    # present for which this private connection is needed.
    UNPROVISIONED = 5

    # The private connection is in failed state.
    FAILED = 6
  end

  # Enum Type defines possible types of private connection.
  module Type
    # The default value. This value should never be used.
    TYPE_UNSPECIFIED = 0

    # Connection used for establishing [private services
    # access](https://cloud.google.com/vpc/docs/private-services-access).
    PRIVATE_SERVICE_ACCESS = 1

    # Connection used for connecting to NetApp Cloud Volumes.
    NETAPP_CLOUD_VOLUMES = 2

    # Connection used for connecting to Dell PowerScale.
    DELL_POWERSCALE = 3

    # Connection used for connecting to third-party services.
    THIRD_PARTY_SERVICE = 4
  end

  # Possible types for RoutingMode
  module RoutingMode
    # The default value. This value should never be used.
    ROUTING_MODE_UNSPECIFIED = 0

    # Global Routing Mode
    GLOBAL = 1

    # Regional Routing Mode
    REGIONAL = 2
  end

  # Enum PeeringState defines the possible states of peering between service
  # network and the vpc network peered to service network
  module PeeringState
    # The default value. This value is used if the peering state is omitted or
    # unknown.
    PEERING_STATE_UNSPECIFIED = 0

    # The peering is in active state.
    PEERING_ACTIVE = 1

    # The peering is in inactive state.
    PEERING_INACTIVE = 2
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Last update time of this resource.

Returns:



1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1435

class PrivateConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum State defines possible states of private connection.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The private connection is being created.
    CREATING = 1

    # The private connection is ready.
    ACTIVE = 2

    # The private connection is being updated.
    UPDATING = 3

    # The private connection is being deleted.
    DELETING = 4

    # The private connection is not provisioned, since no private cloud is
    # present for which this private connection is needed.
    UNPROVISIONED = 5

    # The private connection is in failed state.
    FAILED = 6
  end

  # Enum Type defines possible types of private connection.
  module Type
    # The default value. This value should never be used.
    TYPE_UNSPECIFIED = 0

    # Connection used for establishing [private services
    # access](https://cloud.google.com/vpc/docs/private-services-access).
    PRIVATE_SERVICE_ACCESS = 1

    # Connection used for connecting to NetApp Cloud Volumes.
    NETAPP_CLOUD_VOLUMES = 2

    # Connection used for connecting to Dell PowerScale.
    DELL_POWERSCALE = 3

    # Connection used for connecting to third-party services.
    THIRD_PARTY_SERVICE = 4
  end

  # Possible types for RoutingMode
  module RoutingMode
    # The default value. This value should never be used.
    ROUTING_MODE_UNSPECIFIED = 0

    # Global Routing Mode
    GLOBAL = 1

    # Regional Routing Mode
    REGIONAL = 2
  end

  # Enum PeeringState defines the possible states of peering between service
  # network and the vpc network peered to service network
  module PeeringState
    # The default value. This value is used if the peering state is omitted or
    # unknown.
    PEERING_STATE_UNSPECIFIED = 0

    # The peering is in active state.
    PEERING_ACTIVE = 1

    # The peering is in inactive state.
    PEERING_INACTIVE = 2
  end
end

#vmware_engine_network::String

Returns Required. The relative resource name of Legacy VMware Engine network. Specify the name in the following form: projects/{project}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id} where {project}, {location} will be same as specified in private connection resource name and {vmware_engine_network_id} will be in the form of {location}-default e.g. projects/project/locations/us-central1/vmwareEngineNetworks/us-central1-default.

Returns:

  • (::String)

    Required. The relative resource name of Legacy VMware Engine network. Specify the name in the following form: projects/{project}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id} where {project}, {location} will be same as specified in private connection resource name and {vmware_engine_network_id} will be in the form of {location}-default e.g. projects/project/locations/us-central1/vmwareEngineNetworks/us-central1-default.



1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1435

class PrivateConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum State defines possible states of private connection.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The private connection is being created.
    CREATING = 1

    # The private connection is ready.
    ACTIVE = 2

    # The private connection is being updated.
    UPDATING = 3

    # The private connection is being deleted.
    DELETING = 4

    # The private connection is not provisioned, since no private cloud is
    # present for which this private connection is needed.
    UNPROVISIONED = 5

    # The private connection is in failed state.
    FAILED = 6
  end

  # Enum Type defines possible types of private connection.
  module Type
    # The default value. This value should never be used.
    TYPE_UNSPECIFIED = 0

    # Connection used for establishing [private services
    # access](https://cloud.google.com/vpc/docs/private-services-access).
    PRIVATE_SERVICE_ACCESS = 1

    # Connection used for connecting to NetApp Cloud Volumes.
    NETAPP_CLOUD_VOLUMES = 2

    # Connection used for connecting to Dell PowerScale.
    DELL_POWERSCALE = 3

    # Connection used for connecting to third-party services.
    THIRD_PARTY_SERVICE = 4
  end

  # Possible types for RoutingMode
  module RoutingMode
    # The default value. This value should never be used.
    ROUTING_MODE_UNSPECIFIED = 0

    # Global Routing Mode
    GLOBAL = 1

    # Regional Routing Mode
    REGIONAL = 2
  end

  # Enum PeeringState defines the possible states of peering between service
  # network and the vpc network peered to service network
  module PeeringState
    # The default value. This value is used if the peering state is omitted or
    # unknown.
    PEERING_STATE_UNSPECIFIED = 0

    # The peering is in active state.
    PEERING_ACTIVE = 1

    # The peering is in inactive state.
    PEERING_INACTIVE = 2
  end
end

#vmware_engine_network_canonical::String (readonly)

Returns Output only. The canonical name of the VMware Engine network in the form: projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}.

Returns:

  • (::String)

    Output only. The canonical name of the VMware Engine network in the form: projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}



1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1435

class PrivateConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum State defines possible states of private connection.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The private connection is being created.
    CREATING = 1

    # The private connection is ready.
    ACTIVE = 2

    # The private connection is being updated.
    UPDATING = 3

    # The private connection is being deleted.
    DELETING = 4

    # The private connection is not provisioned, since no private cloud is
    # present for which this private connection is needed.
    UNPROVISIONED = 5

    # The private connection is in failed state.
    FAILED = 6
  end

  # Enum Type defines possible types of private connection.
  module Type
    # The default value. This value should never be used.
    TYPE_UNSPECIFIED = 0

    # Connection used for establishing [private services
    # access](https://cloud.google.com/vpc/docs/private-services-access).
    PRIVATE_SERVICE_ACCESS = 1

    # Connection used for connecting to NetApp Cloud Volumes.
    NETAPP_CLOUD_VOLUMES = 2

    # Connection used for connecting to Dell PowerScale.
    DELL_POWERSCALE = 3

    # Connection used for connecting to third-party services.
    THIRD_PARTY_SERVICE = 4
  end

  # Possible types for RoutingMode
  module RoutingMode
    # The default value. This value should never be used.
    ROUTING_MODE_UNSPECIFIED = 0

    # Global Routing Mode
    GLOBAL = 1

    # Regional Routing Mode
    REGIONAL = 2
  end

  # Enum PeeringState defines the possible states of peering between service
  # network and the vpc network peered to service network
  module PeeringState
    # The default value. This value is used if the peering state is omitted or
    # unknown.
    PEERING_STATE_UNSPECIFIED = 0

    # The peering is in active state.
    PEERING_ACTIVE = 1

    # The peering is in inactive state.
    PEERING_INACTIVE = 2
  end
end