Reference documentation and code samples for the Google Cloud Network Security V1 Client class PairingKey.
Key to be shared with SSE service provider to establish global handshake.
Generated from protobuf message google.cloud.networksecurity.v1.SACRealm.PairingKey
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ SACRealmMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key |
string
Output only. Key value. |
↳ expire_time |
Google\Protobuf\Timestamp
Output only. Timestamp in UTC of when this resource is considered expired. It expires 7 days after creation. |
getKey
Output only. Key value.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKey
Output only. Key value.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExpireTime
Output only. Timestamp in UTC of when this resource is considered expired. It expires 7 days after creation.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasExpireTime
clearExpireTime
setExpireTime
Output only. Timestamp in UTC of when this resource is considered expired. It expires 7 days after creation.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|