Show / Hide Table of Contents

Class DeliverInfo

Details of the final state "deliver" and associated resource.

Inheritance
object
DeliverInfo
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.NetworkManagement.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.dll
Syntax
public class DeliverInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GoogleServiceType

Recognized type of a Google Service the packet is delivered to (if applicable).

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

IpAddress

IP address of the target (if applicable).

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

PscGoogleApiTarget

PSC Google API target the packet is delivered to (if applicable).

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

ResourceUri

URI of the resource that the packet is delivered to.

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

StorageBucket

Name of the Cloud Storage Bucket the packet is delivered to (if applicable).

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

Target

Target type where the packet is delivered to.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX