VM Migration v1 API - Class AwsSecurityGroup (2.5.0)

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.

Inheritance

object > AwsSecurityGroup

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

AwsSecurityGroup()

public AwsSecurityGroup()

AwsSecurityGroup(AwsSecurityGroup)

public AwsSecurityGroup(AwsSecurityGroup other)
Parameter
NameDescription
otherAwsSecurityGroup

Properties

Id

public string Id { get; set; }

The AWS security group id.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

The AWS security group name.

Property Value
TypeDescription
string