AgentConnectivityTemplate constructor

AgentConnectivityTemplate({
  1. String? accessPath,
  2. List<String>? accessTypes,
  3. String? agentCompute,
  4. String? createTime,
  5. String? deploymentModel,
  6. String? description,
  7. EgressNetworkConfig? egressNetworkConfig,
  8. String? etag,
  9. Map<String, String>? labels,
  10. String? name,
  11. String? updateTime,
})

Implementation

AgentConnectivityTemplate({
  this.accessPath,
  this.accessTypes,
  this.agentCompute,
  this.createTime,
  this.deploymentModel,
  this.description,
  this.egressNetworkConfig,
  this.etag,
  this.labels,
  this.name,
  this.updateTime,
});