public sealed class AllocationReservationSharingPolicy : IMessage<AllocationReservationSharingPolicy>, IEquatable<AllocationReservationSharingPolicy>, IDeepCloneable<AllocationReservationSharingPolicy>, IBufferMessage, IMessage
Implements
IMessageAllocationReservationSharingPolicy, IEquatableAllocationReservationSharingPolicy, IDeepCloneableAllocationReservationSharingPolicy, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
AllocationReservationSharingPolicy()
public AllocationReservationSharingPolicy()
AllocationReservationSharingPolicy(AllocationReservationSharingPolicy)
public AllocationReservationSharingPolicy(AllocationReservationSharingPolicy other)
Parameter | |
---|---|
Name | Description |
other |
AllocationReservationSharingPolicy |
Properties
HasServiceShareType
public bool HasServiceShareType { get; }
Gets whether the "service_share_type" field is set
Property Value | |
---|---|
Type | Description |
bool |
ServiceShareType
public string ServiceShareType { get; set; }
Sharing config for all Google Cloud services. Check the ServiceShareType enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |