Class VmToVmEgressWorkload
Specify VM to VM data transfer.
Inheritance
VmToVmEgressWorkload
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class VmToVmEgressWorkload : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
InterRegionEgress
Declaration
[JsonProperty("interRegionEgress")]
public virtual InterRegionEgress InterRegionEgress { get; set; }
Property Value
IntraRegionEgress
Declaration
[JsonProperty("intraRegionEgress")]
public virtual IntraRegionEgress IntraRegionEgress { get; set; }
Property Value
Implements