RegionalEndpoint class

The RegionalEndpoint resource.

Constructors

RegionalEndpoint({String? accessType, String? address, String? createTime, String? description, String? ipAddress, Map<String, String>? labels, String? name, String? network, String? pscForwardingRule, String? subnetwork, String? targetGoogleApi, String? updateTime})
RegionalEndpoint.fromJson(Map json_)

Properties

accessType String?
The access type of this regional endpoint.
getter/setter pair
address String?
The IP Address of the Regional Endpoint.
getter/setter pair
createTime String?
Time when the RegionalEndpoint was created.
getter/setter pair
description String?
A description of this resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ipAddress String?
The literal IP address of the PSC Forwarding Rule created on behalf of the customer.
getter/setter pair
labels Map<String, String>?
User-defined labels.
getter/setter pair
name String?
The name of a RegionalEndpoint.
getter/setter pair
network String?
The name of the VPC network for this private regional endpoint.
getter/setter pair
pscForwardingRule String?
The resource reference of the PSC Forwarding Rule created on behalf of the customer.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subnetwork String?
The name of the subnetwork from which the IP address will be allocated.
getter/setter pair
targetGoogleApi String?
The service endpoint this private regional endpoint connects to.
getter/setter pair
updateTime String?
Time when the RegionalEndpoint was updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited