예제 #1
0
 public IOfferAwsEc2DiscoverOptions RemoteManagementAddressType(RemoteManagementAddressType managementType)
 {
     _values.RemoteManagementAddressType = managementType;
     return(this);
 }
예제 #2
0
 public IOfferAwsBootstrapOptions RemoteManagementAddressType(RemoteManagementAddressType type)
 {
     _values.ManagementAddressType = type;
     return(this);
 }