public sealed class AwsVmsDetails : IMessage<AwsVmsDetails>, IEquatable<AwsVmsDetails>, IDeepCloneable<AwsVmsDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class AwsVmsDetails.
AWSVmsDetails describes VMs in AWS.
Implements
IMessageAwsVmsDetails, IEquatableAwsVmsDetails, IDeepCloneableAwsVmsDetails, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
AwsVmsDetails()
public AwsVmsDetails()
AwsVmsDetails(AwsVmsDetails)
public AwsVmsDetails(AwsVmsDetails other)
Parameter | |
---|---|
Name | Description |
other |
AwsVmsDetails |
Properties
Details
public RepeatedField<AwsVmDetails> Details { get; }
The details of the AWS VMs.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAwsVmDetails |