Class GetNetworkSecurityGroupRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetNetworkSecurityGroupRequest : IOciRequest
Examples
Click here to see an example of how to use GetNetworkSecurityGroup request.
Properties
NetworkSecurityGroupId
Declaration
[Required(ErrorMessage = "NetworkSecurityGroupId is required.")]
[HttpConverter(TargetEnum.Path, "networkSecurityGroupId")]
public string NetworkSecurityGroupId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the network security group. |
Remarks
Required