GetAccessRulesRule

data class GetAccessRulesRule(val accessGroupId: String, val accessRuleId: String, val createTime: String, val description: String, val id: String, val networkSegment: String, val priority: Int, val rwAccessType: String)

Constructors

Link copied to clipboard
constructor(accessGroupId: String, accessRuleId: String, createTime: String, description: String, id: String, networkSegment: String, priority: Int, rwAccessType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the Access Group.

Link copied to clipboard

The ID of the Access Rule.

Link copied to clipboard

The created time of the Access Rule.

Link copied to clipboard

The description of the Access Rule.

Link copied to clipboard
val id: String

The resource ID of Access Rule.

Link copied to clipboard

The NetworkSegment of the Access Rule.

Link copied to clipboard

The priority of the Access Rule.

Link copied to clipboard

RWAccessType of the Access Rule. Valid values: RDONLY, RDWR.