Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::CreateVpnConnectionRequest.
Creates a VPN connection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent location where this vpn connection will be created.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent location where this vpn connection will be created.
Returns
- (::String) — Required. The parent location where this vpn connection will be created.
#request_id
def request_id() -> ::String
Returns
-
(::String) — A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id
is provided.
#request_id=
def request_id=(value) -> ::String
Parameter
-
value (::String) — A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id
is provided.
Returns
-
(::String) — A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id
is provided.
#vpn_connection
def vpn_connection() -> ::Google::Cloud::EdgeContainer::V1::VpnConnection
Returns
- (::Google::Cloud::EdgeContainer::V1::VpnConnection) — Required. The VPN connection to create.
#vpn_connection=
def vpn_connection=(value) -> ::Google::Cloud::EdgeContainer::V1::VpnConnection
Parameter
- value (::Google::Cloud::EdgeContainer::V1::VpnConnection) — Required. The VPN connection to create.
Returns
- (::Google::Cloud::EdgeContainer::V1::VpnConnection) — Required. The VPN connection to create.
#vpn_connection_id
def vpn_connection_id() -> ::String
Returns
- (::String) — Required. The VPN connection identifier.
#vpn_connection_id=
def vpn_connection_id=(value) -> ::String
Parameter
- value (::String) — Required. The VPN connection identifier.
Returns
- (::String) — Required. The VPN connection identifier.