Class protos.google.cloud.compute.v1.AccessConfig (4.3.0)

Represents an AccessConfig.

Package

@google-cloud/compute

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.compute.v1.IAccessConfig);

Constructs a new AccessConfig.

Parameter
NameDescription
properties IAccessConfig

Properties to set

Properties

_externalIpv6

public _externalIpv6?: "externalIpv6";

AccessConfig _externalIpv6.

_externalIpv6PrefixLength

public _externalIpv6PrefixLength?: "externalIpv6PrefixLength";

AccessConfig _externalIpv6PrefixLength.

_kind

public _kind?: "kind";

AccessConfig _kind.

_name

public _name?: "name";

AccessConfig _name.

_natIP

public _natIP?: "natIP";

AccessConfig _natIP.

_networkTier

public _networkTier?: "networkTier";

AccessConfig _networkTier.

_publicPtrDomainName

public _publicPtrDomainName?: "publicPtrDomainName";

AccessConfig _publicPtrDomainName.

_securityPolicy

public _securityPolicy?: "securityPolicy";

AccessConfig _securityPolicy.

_setPublicPtr

public _setPublicPtr?: "setPublicPtr";

AccessConfig _setPublicPtr.

_type

public _type?: "type";

AccessConfig _type.

externalIpv6

public externalIpv6?: (string|null);

AccessConfig externalIpv6.

externalIpv6PrefixLength

public externalIpv6PrefixLength?: (number|null);

AccessConfig externalIpv6PrefixLength.

kind

public kind?: (string|null);

AccessConfig kind.

name

public name?: (string|null);

AccessConfig name.

natIP

public natIP?: (string|null);

AccessConfig natIP.

networkTier

public networkTier?: (string|null);

AccessConfig networkTier.

publicPtrDomainName

public publicPtrDomainName?: (string|null);

AccessConfig publicPtrDomainName.

securityPolicy

public securityPolicy?: (string|null);

AccessConfig securityPolicy.

setPublicPtr

public setPublicPtr?: (boolean|null);

AccessConfig setPublicPtr.

type

public type?: (string|null);

AccessConfig type.

Methods

create(properties)

public static create(properties?: google.cloud.compute.v1.IAccessConfig): google.cloud.compute.v1.AccessConfig;

Creates a new AccessConfig instance using the specified properties.

Parameter
NameDescription
properties IAccessConfig

Properties to set

Returns
TypeDescription
AccessConfig

AccessConfig instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.compute.v1.AccessConfig;

Decodes an AccessConfig message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
AccessConfig

AccessConfig

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.compute.v1.AccessConfig;

Decodes an AccessConfig message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
AccessConfig

AccessConfig

encode(message, writer)

public static encode(message: google.cloud.compute.v1.IAccessConfig, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified AccessConfig message. Does not implicitly messages.

Parameters
NameDescription
message IAccessConfig

AccessConfig message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.compute.v1.IAccessConfig, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified AccessConfig message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IAccessConfig

AccessConfig message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.compute.v1.AccessConfig;

Creates an AccessConfig message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
AccessConfig

AccessConfig

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for AccessConfig

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

toJSON()

public toJSON(): { [k: string]: any };

Converts this AccessConfig to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.compute.v1.AccessConfig, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from an AccessConfig message. Also converts values to other types if specified.

Parameters
NameDescription
message AccessConfig

AccessConfig

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies an AccessConfig message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not