Represents a VpnConnection.
Package
@google-cloud/edgecontainerConstructors
(constructor)(properties)
constructor(properties?: google.cloud.edgecontainer.v1.IVpnConnection);
Constructs a new VpnConnection.
Parameter | |
---|---|
Name | Description |
properties |
IVpnConnection
Properties to set |
Properties
bgpRoutingMode
public bgpRoutingMode: (google.cloud.edgecontainer.v1.VpnConnection.BgpRoutingMode|keyof typeof google.cloud.edgecontainer.v1.VpnConnection.BgpRoutingMode);
VpnConnection bgpRoutingMode.
cluster
public cluster: string;
VpnConnection cluster.
createTime
public createTime?: (google.protobuf.ITimestamp|null);
VpnConnection createTime.
details
public details?: (google.cloud.edgecontainer.v1.VpnConnection.IDetails|null);
VpnConnection details.
enableHighAvailability
public enableHighAvailability: boolean;
VpnConnection enableHighAvailability.
labels
public labels: { [k: string]: string };
VpnConnection labels.
name
public name: string;
VpnConnection name.
natGatewayIp
public natGatewayIp: string;
VpnConnection natGatewayIp.
router
public router: string;
VpnConnection router.
updateTime
public updateTime?: (google.protobuf.ITimestamp|null);
VpnConnection updateTime.
vpc
public vpc: string;
VpnConnection vpc.
vpcProject
public vpcProject?: (google.cloud.edgecontainer.v1.VpnConnection.IVpcProject|null);
VpnConnection vpcProject.
Methods
create(properties)
public static create(properties?: google.cloud.edgecontainer.v1.IVpnConnection): google.cloud.edgecontainer.v1.VpnConnection;
Creates a new VpnConnection instance using the specified properties.
Parameter | |
---|---|
Name | Description |
properties |
IVpnConnection
Properties to set |
Returns | |
---|---|
Type | Description |
VpnConnection |
VpnConnection instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.edgecontainer.v1.VpnConnection;
Decodes a VpnConnection message from the specified reader or buffer.
Parameters | |
---|---|
Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Returns | |
---|---|
Type | Description |
VpnConnection |
VpnConnection |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.edgecontainer.v1.VpnConnection;
Decodes a VpnConnection message from the specified reader or buffer, length delimited.
Parameter | |
---|---|
Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
Returns | |
---|---|
Type | Description |
VpnConnection |
VpnConnection |
encode(message, writer)
public static encode(message: google.cloud.edgecontainer.v1.IVpnConnection, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified VpnConnection message. Does not implicitly messages.
Parameters | |
---|---|
Name | Description |
message |
IVpnConnection
VpnConnection message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Returns | |
---|---|
Type | Description |
$protobuf.Writer |
Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.edgecontainer.v1.IVpnConnection, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified VpnConnection message, length delimited. Does not implicitly messages.
Parameters | |
---|---|
Name | Description |
message |
IVpnConnection
VpnConnection message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Returns | |
---|---|
Type | Description |
$protobuf.Writer |
Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.edgecontainer.v1.VpnConnection;
Creates a VpnConnection message from a plain object. Also converts values to their respective internal types.
Parameter | |
---|---|
Name | Description |
object |
{ [k: string]: any }
Plain object |
Returns | |
---|---|
Type | Description |
VpnConnection |
VpnConnection |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;
Gets the default type url for VpnConnection
Parameter | |
---|---|
Name | Description |
typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
Returns | |
---|---|
Type | Description |
string |
The default type url |
toJSON()
public toJSON(): { [k: string]: any };
Converts this VpnConnection to JSON.
Returns | |
---|---|
Type | Description |
{ [k: string]: any } |
JSON object |
toObject(message, options)
public static toObject(message: google.cloud.edgecontainer.v1.VpnConnection, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a VpnConnection message. Also converts values to other types if specified.
Parameters | |
---|---|
Name | Description |
message |
VpnConnection
VpnConnection |
options |
$protobuf.IConversionOptions
Conversion options |
Returns | |
---|---|
Type | Description |
{ [k: string]: any } |
Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a VpnConnection message.
Parameter | |
---|---|
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Returns | |
---|---|
Type | Description |
(string|null) |
|