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 covers the `AwsSecurityGroup` class, which is part of the VM Migration v1 API from Google Cloud."],["The `AwsSecurityGroup` class represents a security group associated with an AWS VM."],["This class has two properties, `Id` and `Name`, both of which are strings that store the AWS security group's ID and name, respectively."],["The latest version of the `AwsSecurityGroup` class documentation is version 2.6.0, with previous versions available dating back to 1.0.0."],["The `AwsSecurityGroup` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."]]],[]]