toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final addonNode = this.addonNode;
final annotations = this.annotations;
final antiAffinityGroups = this.antiAffinityGroups;
final authorization = this.authorization;
final autoRepairConfig = this.autoRepairConfig;
final bootstrapClusterMembership = this.bootstrapClusterMembership;
final controlPlaneNode = this.controlPlaneNode;
final createTime = this.createTime;
final description = this.description;
final enableAdvancedCluster = this.enableAdvancedCluster;
final endpoint = this.endpoint;
final etag = this.etag;
final fleet = this.fleet;
final imageType = this.imageType;
final loadBalancer = this.loadBalancer;
final localName = this.localName;
final name = this.name;
final networkConfig = this.networkConfig;
final onPremVersion = this.onPremVersion;
final platformConfig = this.platformConfig;
final preparedSecrets = this.preparedSecrets;
final privateRegistryConfig = this.privateRegistryConfig;
final proxy = this.proxy;
final reconciling = this.reconciling;
final state = this.state;
final status = this.status;
final uid = this.uid;
final updateTime = this.updateTime;
final validationCheck = this.validationCheck;
final vcenter = this.vcenter;
return {
'addonNode': ?addonNode,
'annotations': ?annotations,
'antiAffinityGroups': ?antiAffinityGroups,
'authorization': ?authorization,
'autoRepairConfig': ?autoRepairConfig,
'bootstrapClusterMembership': ?bootstrapClusterMembership,
'controlPlaneNode': ?controlPlaneNode,
'createTime': ?createTime,
'description': ?description,
'enableAdvancedCluster': ?enableAdvancedCluster,
'endpoint': ?endpoint,
'etag': ?etag,
'fleet': ?fleet,
'imageType': ?imageType,
'loadBalancer': ?loadBalancer,
'localName': ?localName,
'name': ?name,
'networkConfig': ?networkConfig,
'onPremVersion': ?onPremVersion,
'platformConfig': ?platformConfig,
'preparedSecrets': ?preparedSecrets,
'privateRegistryConfig': ?privateRegistryConfig,
'proxy': ?proxy,
'reconciling': ?reconciling,
'state': ?state,
'status': ?status,
'uid': ?uid,
'updateTime': ?updateTime,
'validationCheck': ?validationCheck,
'vcenter': ?vcenter,
};
}