toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final aggregationCa = this.aggregationCa;
final clusterCa = this.clusterCa;
final controlPlaneDiskEncryptionKey = this.controlPlaneDiskEncryptionKey;
final controlPlaneDiskEncryptionKeyVersions =
this.controlPlaneDiskEncryptionKeyVersions;
final etcdApiCa = this.etcdApiCa;
final etcdPeerCa = this.etcdPeerCa;
final gkeopsEtcdBackupEncryptionKey = this.gkeopsEtcdBackupEncryptionKey;
final serviceAccountSigningKeys = this.serviceAccountSigningKeys;
final serviceAccountVerificationKeys = this.serviceAccountVerificationKeys;
return {
'aggregationCa': ?aggregationCa,
'clusterCa': ?clusterCa,
'controlPlaneDiskEncryptionKey': ?controlPlaneDiskEncryptionKey,
'controlPlaneDiskEncryptionKeyVersions':
?controlPlaneDiskEncryptionKeyVersions,
'etcdApiCa': ?etcdApiCa,
'etcdPeerCa': ?etcdPeerCa,
'gkeopsEtcdBackupEncryptionKey': ?gkeopsEtcdBackupEncryptionKey,
'serviceAccountSigningKeys': ?serviceAccountSigningKeys,
'serviceAccountVerificationKeys': ?serviceAccountVerificationKeys,
};
}