Class DeliverInfo
Details of the final state "deliver" and associated resource.
Implements
Inherited Members
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 |
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 |