Get Security Groups Result
data class GetSecurityGroupsResult(val enableDetails: Boolean? = null, val groups: List<GetSecurityGroupsGroup>, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val tags: Map<String, String>? = null, val totalCount: Int, val vpcId: String? = null)
A collection of values returned by getSecurityGroups.
Constructors
Link copied to clipboard
constructor(enableDetails: Boolean? = null, groups: List<GetSecurityGroupsGroup>, id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, tags: Map<String, String>? = null, totalCount: Int, vpcId: String? = null)