Show / Hide Table of Contents

Class ServiceConnectionMap

The ServiceConnectionMap resource.

Inheritance
object
ServiceConnectionMap
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class ServiceConnectionMap : IDirectResponseSchema

Properties

ConsumerPscConfigs

The PSC configurations on consumer side.

Declaration
[JsonProperty("consumerPscConfigs")]
public virtual IList<ConsumerPscConfig> ConsumerPscConfigs { get; set; }
Property Value
Type Description
IList<ConsumerPscConfig>

ConsumerPscConnections

Output only. PSC connection details on consumer side.

Declaration
[JsonProperty("consumerPscConnections")]
public virtual IList<ConsumerPscConnection> ConsumerPscConnections { get; set; }
Property Value
Type Description
IList<ConsumerPscConnection>

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Time when the ServiceConnectionMap was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

Description

A description of this resource.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

Infrastructure

Output only. The infrastructure used for connections between consumers/producers.

Declaration
[JsonProperty("infrastructure")]
public virtual string Infrastructure { get; set; }
Property Value
Type Description
string

Labels

User-defined labels.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

Immutable. The name of a ServiceConnectionMap. Format: projects/{project}/locations/{location}/serviceConnectionMaps/{service_connection_map} See: https://google.aip.dev/122#fields-representing-resource-names

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ProducerPscConfigs

The PSC configurations on producer side.

Declaration
[JsonProperty("producerPscConfigs")]
public virtual IList<ProducerPscConfig> ProducerPscConfigs { get; set; }
Property Value
Type Description
IList<ProducerPscConfig>

ServiceClass

The service class identifier this ServiceConnectionMap is for. The user of ServiceConnectionMap create API needs to have networkconnecitivty.serviceclasses.use iam permission for the service class.

Declaration
[JsonProperty("serviceClass")]
public virtual string ServiceClass { get; set; }
Property Value
Type Description
string

ServiceClassUri

Output only. The service class uri this ServiceConnectionMap is for.

Declaration
[JsonProperty("serviceClassUri")]
public virtual string ServiceClassUri { get; set; }
Property Value
Type Description
string

Token

The token provided by the consumer. This token authenticates that the consumer can create a connection within the specified project and network.

Declaration
[JsonProperty("token")]
public virtual string Token { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. Time when the ServiceConnectionMap was updated.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX