PrivateConnection constructor
PrivateConnection({
- String? createTime,
- String? displayName,
- Status? error,
- Map<
String, String> ? labels, - String? name,
- PscInterfaceConfig? pscInterfaceConfig,
- ReservedPublicIpConfig? reservedPublicIpConfig,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? state,
- String? updateTime,
- VpcPeeringConfig? vpcPeeringConfig,
Implementation
PrivateConnection({
this.createTime,
this.displayName,
this.error,
this.labels,
this.name,
this.pscInterfaceConfig,
this.reservedPublicIpConfig,
this.satisfiesPzi,
this.satisfiesPzs,
this.state,
this.updateTime,
this.vpcPeeringConfig,
});