Reference documentation and code samples for the Google Cloud Container V1 Client class AutopilotCompatibilityIssue.
AutopilotCompatibilityIssue contains information about a specific compatibility issue with Autopilot mode.
Generated from protobuf message google.container.v1.AutopilotCompatibilityIssue
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ last_observation
↳ constraint_type
string
The constraint type of the issue.
↳ incompatibility_type
int
The incompatibility type of this issue.
↳ subjects
array
The name of the resources which are subject to this issue.
↳ documentation_url
string
A URL to a public documentation, which addresses resolving this issue.
↳ description
string
The description of the issue.
getLastObservation
The last time when this issue was observed.
hasLastObservation
clearLastObservation
setLastObservation
The last time when this issue was observed.
$this
getConstraintType
The constraint type of the issue.
string
setConstraintType
The constraint type of the issue.
var
string
$this
getIncompatibilityType
The incompatibility type of this issue.
int
setIncompatibilityType
The incompatibility type of this issue.
var
int
$this
getSubjects
The name of the resources which are subject to this issue.
setSubjects
The name of the resources which are subject to this issue.
var
string[]
$this
getDocumentationUrl
A URL to a public documentation, which addresses resolving this issue.
string
setDocumentationUrl
A URL to a public documentation, which addresses resolving this issue.
var
string
$this
getDescription
The description of the issue.
string
setDescription
The description of the issue.
var
string
$this