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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation page covers the `AwsSecurityGroup` class within the Google Cloud VM Migration v1 API, specifically version 2.4.0."],["The `AwsSecurityGroup` class represents an AWS virtual machine security group and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and offers two constructors: a default constructor and one that takes another `AwsSecurityGroup` object as a parameter."],["`AwsSecurityGroup` contains properties for `Id` and `Name`, both of which are string types, representing the AWS security group's ID and name, respectively."],["There are also multiple older versions of the library available, as well as version 2.6.0 being the latest."]]],[]]