public sealed class AwsSecurityGroup : IMessage<AwsSecurityGroup>, IEquatable<AwsSecurityGroup>, IDeepCloneable<AwsSecurityGroup>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class AwsSecurityGroup.
AwsSecurityGroup describes a security group of an AWS VM.
Implements
IMessageAwsSecurityGroup, IEquatableAwsSecurityGroup, IDeepCloneableAwsSecurityGroup, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
AwsSecurityGroup()
public AwsSecurityGroup()
AwsSecurityGroup(AwsSecurityGroup)
public AwsSecurityGroup(AwsSecurityGroup other)
Parameter | |
---|---|
Name | Description |
other |
AwsSecurityGroup |
Properties
Id
public string Id { get; set; }
The AWS security group id.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
The AWS security group name.
Property Value | |
---|---|
Type | Description |
string |