SACAttachment class

Represents a Secure Access Connect (SAC) attachment resource.

A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.

Constructors

SACAttachment({String? createTime, Map<String, String>? labels, String? name, String? nccGateway, String? sacRealm, String? state, String? updateTime})
SACAttachment.fromJson(Map json_)

Properties

createTime ↔ String?
Timestamp when the attachment was created.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
labels ↔ Map<String, String>?
Optional list of labels applied to the resource.
getter/setter pair
name ↔ String?
Identifier.
getter/setter pair
nccGateway ↔ String?
NCC Gateway associated with the attachment.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sacRealm ↔ String?
SAC Realm which owns the attachment.
getter/setter pair
state ↔ String?
State of the attachment.
getter/setter pair
updateTime ↔ String?
Timestamp when the attachment was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited