Instance constructor
Instance({
- List<
AddOn> ? addOns, - String? arn,
- String? blueprintId,
- String? blueprintName,
- String? bundleId,
- DateTime? createdAt,
- InstanceHardware? hardware,
- String? ipv6Address,
- bool? isStaticIp,
- ResourceLocation? location,
- String? name,
- InstanceNetworking? networking,
- String? privateIpAddress,
- String? publicIpAddress,
- ResourceType? resourceType,
- String? sshKeyName,
- InstanceState? state,
- String? supportCode,
- List<
Tag> ? tags, - String? username,
Implementation
Instance({
this.addOns,
this.arn,
this.blueprintId,
this.blueprintName,
this.bundleId,
this.createdAt,
this.hardware,
this.ipv6Address,
this.isStaticIp,
this.location,
this.name,
this.networking,
this.privateIpAddress,
this.publicIpAddress,
this.resourceType,
this.sshKeyName,
this.state,
this.supportCode,
this.tags,
this.username,
});